Re: [dpdk-dev] [PATCH 4/4] net/ixgbe: convert to new Tx offloads API

2018-03-18 Thread Dai, Wei
Hi, Konstantin Thanks for your feedback. > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, March 15, 2018 7:19 AM > To: Dai, Wei ; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: RE: [PATCH 4/4] net/ixgbe: convert to new Tx offloads API > > > > diff --git a/drivers/net/ixgbe/

Re: [dpdk-dev] [PATCH 4/4] net/ixgbe: convert to new Tx offloads API

2018-03-14 Thread Ananyev, Konstantin
> diff --git a/drivers/net/ixgbe/ixgbe_rxtx.h b/drivers/net/ixgbe/ixgbe_rxtx.h > index 30095fa..d7f0535 100644 > --- a/drivers/net/ixgbe/ixgbe_rxtx.h > +++ b/drivers/net/ixgbe/ixgbe_rxtx.h > @@ -223,6 +223,7 @@ struct ixgbe_tx_queue { > uint8_t hthresh; /**< Host threshold

[dpdk-dev] [PATCH 4/4] net/ixgbe: convert to new Tx offloads API

2018-02-27 Thread Wei Dai
Ethdev Tx offloads API has changed since: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new Tx offloads API. Signed-off-by: Wei Dai --- drivers/net/ixgbe/ixgbe_ethdev.c | 40 +++-- drivers/net/ixgbe/ixgbe_ipsec.c | 5 +++- drivers/n