[dpdk-dev] config files maintenance

2015-07-31 Thread Thomas Monjalon
2015-07-31 17:08, Thomas Monjalon: > Can we enable ixgbe SSE on BSD? > CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABLE must be renamed to > CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE, or can we remove this option? > Can we remove i40e bulk alloc option? > Why IEEE1588 is disabled? Can we remove this option? One more

[dpdk-dev] config files maintenance

2015-07-31 Thread Thomas Monjalon
2015-07-31 15:39, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-07-31 15:29, Zhang, Helin: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > Can we remove i40e bulk alloc option? > > > > > > As the receiving functions are different for

[dpdk-dev] config files maintenance

2015-07-31 Thread Thomas Monjalon
2015-07-31 15:29, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Can we remove i40e bulk alloc option? > > As the receiving functions are different for bulk_alloc or not, we need this > flag. What brings the non bulk alloc function? Why is it disabled for BSD?

[dpdk-dev] config files maintenance

2015-07-31 Thread Thomas Monjalon
Hi, Currently most of the build options are duplicated in 2 config files. They should be merged in a common file to avoid this kind of differences: --- config/common_bsdapp +++ config/common_linuxapp -CONFIG_RTE_IXGBE_INC_VECTOR=n +CONFIG_RTE_IXGBE_INC_VECTOR=y -CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABL

[dpdk-dev] config files maintenance

2015-07-31 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, July 31, 2015 8:43 AM > To: Zhang, Helin > Cc: Ananyev, Konstantin; Richardson, Bruce; dev at dpdk.org > Subject: Re: config files maintenance > > 2015-07-31 15:39, Zhang, Helin: > > From:

[dpdk-dev] config files maintenance

2015-07-31 Thread Ananyev, Konstantin
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, July 31, 2015 4:08 PM > To: Zhang, Helin; Ananyev, Konstantin; Richardson, Bruce > Cc: dev at dpdk.org > Subject: config files maintenance > > Hi, > > Currently most of the build

[dpdk-dev] config files maintenance

2015-07-31 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, July 31, 2015 8:31 AM > To: Zhang, Helin > Cc: Ananyev, Konstantin; Richardson, Bruce; dev at dpdk.org > Subject: Re: config files maintenance > > 2015-07-31 15:29, Zhang, Helin: > > From:

[dpdk-dev] config files maintenance

2015-07-31 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, July 31, 2015 8:08 AM > To: Zhang, Helin; Ananyev, Konstantin; Richardson, Bruce > Cc: dev at dpdk.org > Subject: config files maintenance > > Hi, > > Currently most of the build options a