Re: [dpdk-dev] [PATCH v2 2/2] examples/l2fwd-crypto: add callback handlers

2019-07-03 Thread Varghese, Vipin
ty, Declan > > Cc: Padubidri, Sanjay A ; nd > Subject: RE: [dpdk-dev] [PATCH v2 2/2] examples/l2fwd-crypto: add callback > handlers > > Hi, > > > -Original Message- > > From: dev On Behalf Of Vipin Varghese > > Sent: Monday, June 10, 2019 14:30 > >

Re: [dpdk-dev] [PATCH v2 2/2] examples/l2fwd-crypto: add callback handlers

2019-06-21 Thread Ruifeng Wang (Arm Technology China)
arghese > Subject: [dpdk-dev] [PATCH v2 2/2] examples/l2fwd-crypto: add callback > handlers > > Register user callback handlers for pre-enqueue and pst-dequeue for crypto > device instance 0 with port 0. > > Signed-off-by: Vipin Varghese >

[dpdk-dev] [PATCH v2 2/2] examples/l2fwd-crypto: add callback handlers

2019-06-09 Thread Vipin Varghese
Register user callback handlers for pre-enqueue and pst-dequeue for crypto device instance 0 with port 0. Signed-off-by: Vipin Varghese --- examples/l2fwd-crypto/main.c | 38 1 file changed, 38 insertions(+) diff --git a/examples/l2fwd-crypto/main.c b/exampl