[dpdk-dev] [PATCH] examples/l3fwd: em path hash offload to machine

2016-10-07 Thread Hemant Agrawal
g > Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: em path hash offload to > machine > > On Tue, Aug 23, 2016 at 08:24:39PM +0530, Hemant Agrawal wrote: > > Maybe you can change the subject line to: > examples/l3fwd: em: use hw accelerated crc hash function for arm64 instea

[dpdk-dev] [PATCH] examples/l3fwd: em path hash offload to machine

2016-10-05 Thread Jerin Jacob
On Tue, Aug 23, 2016 at 08:24:39PM +0530, Hemant Agrawal wrote: Maybe you can change the subject line to: examples/l3fwd: em: use hw accelerated crc hash function for arm64 instead of: examples/l3fwd: em path hash offload to machine > if machine level CRC extension are available, offload the > ha

[dpdk-dev] [PATCH] examples/l3fwd: em path hash offload to machine

2016-08-23 Thread Hemant Agrawal
if machine level CRC extension are available, offload the hash to machine provided functions e.g. armv8-a CRC extensions support it Signed-off-by: Hemant Agrawal --- examples/l3fwd/l3fwd_em.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/l3fw