Re: [dpdk-dev] [PATCH v7 3/6] ethdev: add MACsec offload capability flags

2017-01-15 Thread Ananyev, Konstantin
> > If these flags are advertised by a PMD, the NIC supports the MACsec > offload. The incoming MACsec traffics can be offloaded transparently > after the MACsec offload is configured correctly by the application. > And the application can set the PKT_TX_MACSEC flag in mbufs to enable > the MACs

[dpdk-dev] [PATCH v7 3/6] ethdev: add MACsec offload capability flags

2017-01-13 Thread Tiwei Bie
If these flags are advertised by a PMD, the NIC supports the MACsec offload. The incoming MACsec traffics can be offloaded transparently after the MACsec offload is configured correctly by the application. And the application can set the PKT_TX_MACSEC flag in mbufs to enable the MACsec offload for

[dpdk-dev] [PATCH v7 3/6] ethdev: add MACsec offload capability flags

2017-01-13 Thread Tiwei Bie
If these flags are advertised by a PMD, the NIC supports the MACsec offload. The incoming MACsec traffics can be offloaded transparently after the MACsec offload is configured correctly by the application. And the application can set the PKT_TX_MACSEC flag in mbufs to enable the MACsec offload for