[dpdk-dev] [PATCH v3 0/5] support of configurable CRC stripping in VF

2014-11-06 Thread Thomas Monjalon
> > To support configurable CRC stripping in both PF host > > and VF, a new operation and a new structure are added > > to carry more configurations from VF to PF host. > > > > v2 changes: > > * Put all the renaming and code style fixes into a patch. > > * Put processing crc stripping configuratio

[dpdk-dev] [PATCH v3 0/5] support of configurable CRC stripping in VF

2014-11-06 Thread Helin Zhang
To support configurable CRC stripping in both PF host and VF, a new operation and a new structure are added to carry more configurations from VF to PF host. v2 changes: * Put all the renaming and code style fixes into a patch. * Put processing crc stripping configuration in PF host into a single

[dpdk-dev] [PATCH v3 0/5] support of configurable CRC stripping in VF

2014-11-06 Thread Ananyev, Konstantin
> From: Zhang, Helin > Sent: Thursday, November 06, 2014 12:54 PM > To: dev at dpdk.org > Cc: Cao, Waterman; Cao, Min; Ananyev, Konstantin; Zhang, Helin > Subject: [PATCH v3 0/5] support of configurable CRC stripping in VF > > To support configurable CRC stripping in both PF host > and VF, a new