[dpdk-dev] [PATCH] net/tap: add Rx/Tx checksum offload support

Ferruh Yigit ferruh.yigit at intel.com
Mon May 22 14:24:41 CEST 2017


Hi Pascal,

On 5/22/2017 12:20 PM, Pascal Mazon wrote:
> This patch adds basic offloading support, widely expected in a PMD.
> 
> Verify IPv4 and UDP/TCP checksums upon packet reception, and set
> ol_flags accordingly.
> 
> On Tx, set IPv4 and UDP/TCP checksums when required, considering
> ol_flags.

These are not specific to tap and can be used by any virtual PMD, right?

What do you think moving implementation into more generic location (I
don't know where right now) and use from there, and other PMDs also can
benefit from these?

Thanks,
ferruh

> 
> Signed-off-by: Pascal Mazon <pascal.mazon at 6wind.com>

<...>



More information about the dev mailing list