Re: [dpdk-dev] [PATCH] net/enic: use new Rx checksum flags

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 3:42 AM, John Daley wrote: > Use the new L3 and L4 ..CKSUM_GOOD and ..CKSUM_UNKNOWN flags to > distinguish good checksums from unknown ones. > > Signed-off-by: John Daley Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/enic: use new Rx checksum flags

2017-01-10 Thread John Daley
Use the new L3 and L4 ..CKSUM_GOOD and ..CKSUM_UNKNOWN flags to distinguish good checksums from unknown ones. Signed-off-by: John Daley --- drivers/net/enic/enic_rxtx.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/drivers/net/enic/enic_rxtx