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

2018-10-12 Thread Ferruh Yigit
On 10/11/2018 8:34 PM, Jerin Jacob wrote: > Fix missing PKT_TX_UDP_SEG ol_flag name and list updatation. Hi Jerin, Patchset looks good, only there are a few more missings, would you mind updating them too since you already touched: In Tx: PKT_TX_QINQ s/PKT_TX_VLAN_PKT/PKT_TX_VLAN In Rx: PKT_RX_

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

2018-10-11 Thread Jerin Jacob
Fix missing PKT_TX_UDP_SEG ol_flag name and list updatation. Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") Cc: sta...@dpdk.org Signed-off-by: Jerin Jacob --- lib/librte_mbuf/rte_mbuf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf.c b/lib/libr