Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add cryptodev mask option

2017-04-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Tuesday, April 18, 2017 10:31 PM > To: Zhang, Roy Fan; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add cryptodev > mask option >

Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: add cryptodev mask option

2017-04-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Tuesday, April 18, 2017 12:35 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] examples/l2fwd-crypto: add cryptodev mask option > > Previously, l2fwd-crypto application did not give user the > flexibility to decide w

[dpdk-dev] [PATCH] examples/l2fwd-crypto: add cryptodev mask option

2017-04-18 Thread Fan Zhang
Previously, l2fwd-crypto application did not give user the flexibility to decide which crypto device(s) will be used. In this patch, a new cryptodev_mask option is added to the application. Same as portmask, the cryptodev_mask avails the user to mask out the unwanted crypto devices in the system.