Commit 0734cda
Herton R. Krzesinski
Merge: vmxnet3: correctly report csum_level for encapsulated packet
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1847
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2158807
Commit dacce2b ("vmxnet3: add geneve and vxlan tunnel offload
support") added support for encapsulation offload. However, the
pathc did not report correctly the csum_level for encapsulated packet.
This patch fixes this issue by reporting correct csum level for the
encapsulated packet.
Fixes: dacce2b ("vmxnet3: add geneve and vxlan tunnel offload support")
Signed-off-by: Izabela Bakollari <ibakolla@redhat.com>
Approved-by: Kamal Heib <kheib@redhat.com>
Approved-by: Cathy Avery <cavery@redhat.com>
Approved-by: Stefan Assmann <sassmann@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1288 | 1288 | | |
1289 | 1289 | | |
1290 | 1290 | | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
1291 | 1295 | | |
1292 | 1296 | | |
1293 | 1297 | | |
| |||
1297 | 1301 | | |
1298 | 1302 | | |
1299 | 1303 | | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
1300 | 1308 | | |
1301 | 1309 | | |
1302 | 1310 | | |
| |||
0 commit comments