Re: [dpdk-dev] [PATCH V2] net/thunderx: add support for hardware first skip feature

2018-06-17 Thread Jerin Jacob
in subject. [dpdk-dev] [PATCH v2] net/thunderx: add support for hardware first skip > feature > X-Mailer: git-send-email 2.7.4 > > This feature is used to create a hole between HEADROOM > and actual data.Size of hole is specified in bytes as > module param to pmd > > Sig

[dpdk-dev] [PATCH V2] net/thunderx: add support for hardware first skip feature

2018-06-14 Thread rkudurumalla
This feature is used to create a hole between HEADROOM and actual data.Size of hole is specified in bytes as module param to pmd Signed-off-by: Rakesh Kudurumalla --- V1: https://dpdk.org/ml/archives/dev/2018-May/103058.html V2: Includes changes in thunder.rst to render outupt correctly in html