Re: [dpdk-dev] [PATCH v3 0/6] Add MACsec offload support for ixgbe

2016-12-27 Thread Tiwei Bie
Hi Adrien, On Tue, Dec 27, 2016 at 03:37:46PM +0100, Adrien Mazarguil wrote: > Hi Tiwei, > > On Tue, Dec 27, 2016 at 09:33:31AM +0800, Tiwei Bie wrote: > > Hi Adrien, > > > > On Mon, Dec 26, 2016 at 04:15:37PM +0100, Adrien Mazarguil wrote: > > > Hi Tiwei, > > > > > > On Sun, Dec 25, 2016 at 10

Re: [dpdk-dev] [PATCH v3 0/6] Add MACsec offload support for ixgbe

2016-12-27 Thread Adrien Mazarguil
Hi Tiwei, On Tue, Dec 27, 2016 at 09:33:31AM +0800, Tiwei Bie wrote: > Hi Adrien, > > On Mon, Dec 26, 2016 at 04:15:37PM +0100, Adrien Mazarguil wrote: > > Hi Tiwei, > > > > On Sun, Dec 25, 2016 at 10:57:54PM +0800, Tiwei Bie wrote: > > > This patch set adds the MACsec offload support for ixgbe.

Re: [dpdk-dev] [PATCH v3 0/6] Add MACsec offload support for ixgbe

2016-12-26 Thread Tiwei Bie
Hi Adrien, On Mon, Dec 26, 2016 at 04:15:37PM +0100, Adrien Mazarguil wrote: > Hi Tiwei, > > On Sun, Dec 25, 2016 at 10:57:54PM +0800, Tiwei Bie wrote: > > This patch set adds the MACsec offload support for ixgbe. > > The testpmd is also updated to support MACsec cmds. > > I'm not commenting on

Re: [dpdk-dev] [PATCH v3 0/6] Add MACsec offload support for ixgbe

2016-12-26 Thread Adrien Mazarguil
Hi Tiwei, On Sun, Dec 25, 2016 at 10:57:54PM +0800, Tiwei Bie wrote: > This patch set adds the MACsec offload support for ixgbe. > The testpmd is also updated to support MACsec cmds. I'm not commenting on any specific patch from this series, however I'm noticing this new trend of working around e

[dpdk-dev] [PATCH v3 0/6] Add MACsec offload support for ixgbe

2016-12-25 Thread Tiwei Bie
This patch set adds the MACsec offload support for ixgbe. The testpmd is also updated to support MACsec cmds. v2: - Update the documents for testpmd; - Update the release notes; - Reuse the functions provided by base code; v3: - Add the missing parts of MACsec mbuf flag and reorganize the patch s