Re: [dpdk-dev] [PATCH v3] eal: add error check for core options

2018-02-22 Thread O Mahony, Billy
> > +.. Note:: > > +At a given instance only one core option ``--lcores``, ``-l`` or > > ``-c`` can be > used. > > + > > + Hi Marko, I always found the n different way to specify cores perplexing. I always suspected they were mutually exclusive but that was far from clear from the docs and

Re: [dpdk-dev] [PATCH] cryptodev: Fix typo in qat.rst

2017-11-27 Thread O Mahony, Billy
Thanks, Pablo. Will remember for future ref. Cheers, Billy > -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, November 27, 2017 11:20 AM > To: O Mahony, Billy ; dev@dpdk.org > Subject: RE: [PATCH] cryptodev: Fix typo in qat.rst > > > &

Re: [dpdk-dev] [PATCH] cryptodev: Add useful comment to _sym_session

2017-11-27 Thread O Mahony, Billy
Nacked-by: Billy O'Mahony There are some assumptions about the internals of crypto lib in this comment. I'll remove those and submit again. > -Original Message----- > From: O Mahony, Billy > Sent: Saturday, November 25, 2017 10:11 PM > To: Doherty, Declan ; dev@d

Re: [dpdk-dev] [PATCH 1/3] eal/x86: run-time dispatch over

2017-09-01 Thread O Mahony, Billy
Hi, FYI, Just to note a bug I found when using FMV with -O flag: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81128 I see the fix is on the trunk now but not sure if it's been back ported to other point releases so dev's might need to be careful about which gcc versions they use and be a