Re: [dpdk-dev] [PATCH v2 1/2] mbuf: fix missing Tx offload flag name and list update

2018-10-16 Thread Ferruh Yigit
On 10/16/2018 2:42 PM, Ferruh Yigit wrote: > On 10/16/2018 1:45 PM, Jerin Jacob wrote: >> Fix missing PKT_TX* ol_flag name and list updatation. >> >> Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") >> Fixes: 829a1c2c41dc ("mbuf: extend flow director field") >> Fixes: 63c0d74daaa9 (

Re: [dpdk-dev] [PATCH v2 1/2] mbuf: fix missing Tx offload flag name and list update

2018-10-16 Thread Ferruh Yigit
On 10/16/2018 1:45 PM, Jerin Jacob wrote: > Fix missing PKT_TX* ol_flag name and list updatation. > > Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") > Fixes: 829a1c2c41dc ("mbuf: extend flow director field") > Fixes: 63c0d74daaa9 ("mbuf: add Tx side tunneling type") > > Cc: sta.

[dpdk-dev] [PATCH v2 1/2] mbuf: fix missing Tx offload flag name and list update

2018-10-16 Thread Jerin Jacob
Fix missing PKT_TX* ol_flag name and list updatation. Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") Fixes: 829a1c2c41dc ("mbuf: extend flow director field") Fixes: 63c0d74daaa9 ("mbuf: add Tx side tunneling type") Cc: sta...@dpdk.org Signed-off-by: Jerin Jacob --- v2: - Fix