p4lang / p4-dpdk-target

P4 driver SW for P4 DPDK target.
Apache License 2.0
57 stars 19 forks source link

Address MTU issue. #93

Closed asunkad closed 1 year ago

asunkad commented 1 year ago

Setting DPDK TAP interface MTU as same as linux net_tap interface MTU value, leads for DPDK tap fd to truncate ethernet header size.

To mitigate the issue set DPDK TAP interface MTU value to linux net_tap interface MTU value + eth header size.

Signed-off-by: Anand Sunkad anand.sunkad@intel.com