Re: [dpdk-dev] [PATCH] test/ipsec: fix a typo in function name

2020-02-20 Thread Akhil Goyal
> > > > The name of the static function check_cryptodev_capablity() > > is fixed for the word "capability". > > There is no functional change. > > > > The same typo is fixed in a comment in ip_fragmentation example. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Cc: sta..

Re: [dpdk-dev] [PATCH] test/ipsec: fix a typo in function name

2020-02-19 Thread Ananyev, Konstantin
> > The name of the static function check_cryptodev_capablity() > is fixed for the word "capability". > There is no functional change. > > The same typo is fixed in a comment in ip_fragmentation example. > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > Cc: sta...@dpdk.org > >

[dpdk-dev] [PATCH] test/ipsec: fix a typo in function name

2020-02-19 Thread Thomas Monjalon
The name of the static function check_cryptodev_capablity() is fixed for the word "capability". There is no functional change. The same typo is fixed in a comment in ip_fragmentation example. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Cc: sta...@dpdk.org Signed-off-by: Thomas