Re: [dpdk-dev] [PATCH 3/3] net: run-time function selection

2018-01-22 Thread Bruce Richardson
On Mon, Dec 11, 2017 at 03:31:16PM +, Bruce Richardson wrote: > On Mon, Nov 06, 2017 at 10:05:43AM -0800, Elza Mathew wrote: > > Compile-time function selection can potentially lead to > > lower performance on generic builds done by distros. > > Replaced compile time flag checks with run-time >

Re: [dpdk-dev] [PATCH 3/3] net: run-time function selection

2018-01-19 Thread Bruce Richardson
On Fri, Jan 19, 2018 at 12:43:09AM +0100, Thomas Monjalon wrote: > 11/12/2017 16:31, Bruce Richardson: > > On Mon, Nov 06, 2017 at 10:05:43AM -0800, Elza Mathew wrote: > > > Compile-time function selection can potentially lead to > > > lower performance on generic builds done by distros. > > > Repl

Re: [dpdk-dev] [PATCH 3/3] net: run-time function selection

2018-01-18 Thread Thomas Monjalon
11/12/2017 16:31, Bruce Richardson: > On Mon, Nov 06, 2017 at 10:05:43AM -0800, Elza Mathew wrote: > > Compile-time function selection can potentially lead to > > lower performance on generic builds done by distros. > > Replaced compile time flag checks with run-time > > function selection. > > >

Re: [dpdk-dev] [PATCH 3/3] net: run-time function selection

2017-12-11 Thread Bruce Richardson
On Mon, Nov 06, 2017 at 10:05:43AM -0800, Elza Mathew wrote: > Compile-time function selection can potentially lead to > lower performance on generic builds done by distros. > Replaced compile time flag checks with run-time > function selection. > > Signed-off-by: Elza Mathew > --- > lib/librte_

[dpdk-dev] [PATCH 3/3] net: run-time function selection

2017-11-06 Thread Elza Mathew
Compile-time function selection can potentially lead to lower performance on generic builds done by distros. Replaced compile time flag checks with run-time function selection. Signed-off-by: Elza Mathew --- lib/librte_net/rte_net_crc.c | 22 +- 1 file changed, 13 insertions(