[dpdk-dev] example/l2fwd-crypto: maybe an issue?

2016-06-23 Thread Xuelin Shi
Hi, Do we have assumption each core will have a separate crypto device? I have only one crypto device with several queues which are shared by multi-cores. As I run the l2fwd-crypto, only one cparam is valid and has a good dev_id. The other cparam is crashing. The reason is the other qconf a

[dpdk-dev] [PATCH v4] enforce rules of the cpu and ixgbe exchange data.

2015-07-29 Thread Xuelin Shi
Hi Thomas & Konstantin, Thanks for the review and the comments are addressed by http://www.dpdk.org/dev/patchwork/patch/6653/ Best Regards, Xuelin Shi > -Origina Konstantin l Message- > From: Ananyev, Konstantin [mailto:konstantin.ananyev at intel.com] > Sent: Monday, Jul

[dpdk-dev] [PATCH v3] ixgbe: fix data access on big endian cpu

2015-07-16 Thread Xuelin Shi
Hi Thomas, I have worked out the new version based on dpdk v2 codebase to address the comments. http://www.dpdk.org/dev/patchwork/patch/6449/ thanks, Xuelin Shi > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, July 10

[dpdk-dev] [PATCH v3] ixgbe: fix data access on big endian cpu

2015-04-03 Thread Xuelin Shi
Hi, OK, I'm fine to defer it. Thanks, Xuelin Shi > -Original Message- > From: Butler, Siobhan A [mailto:siobhan.a.butler at intel.com] > Sent: Friday, April 03, 2015 04:18 > To: Shi Xuelin-B29237; Ananyev, Konstantin > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev

[dpdk-dev] [PATCH v2] ixgbe: fix ixgbe access endian issue on bigendian arch

2015-03-27 Thread Xuelin Shi
gt; To: thomas.monjalon at 6wind.com > > Cc: dev at dpdk.org; Xuelin Shi > > Subject: [dpdk-dev] [PATCH v2] ixgbe: fix ixgbe access endian issue on > > bigendian arch > > > > From: Xuelin Shi > > > > enforce rules of the cpu and ixgbe exchange data. &g

[dpdk-dev] [PATCH] ixgbe: fix data access on big endian cpu

2015-03-24 Thread Xuelin Shi
Hi Thomas, Done. http://patchwork.dpdk.org/dev/patchwork/patch/4123/ Thanks, Xuelin Shi > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, March 23, 2015 22:02 > To: Shi Xuelin-B29237 > Cc: dev at dpdk.org; konstantin.anany

[dpdk-dev] [PATCH] librte_lpm: define tbl entry reversely for big endian

2015-03-24 Thread Xuelin Shi
Hi Thomas, Done. http://patchwork.dpdk.org/dev/patchwork/patch/4122/ Thanks, Xuelin Shi > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, March 23, 2015 22:04 > To: Shi Xuelin-B29237 > Cc: Bruce Richardson; dev at dpdk.or

[dpdk-dev] [PATCH] librte_lpm: define tbl entry reversely for big endian

2015-03-09 Thread Xuelin Shi
dpdk-dev] [PATCH] librte_lpm: define tbl entry reversely > for big endian > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Xuelin Shi > > Sent: Monday, March 9, 2015 1:54 AM > > To: Richardson, Bruce > > Cc: dev at dpdk.org

[dpdk-dev] [PATCH] librte_lpm: define tbl entry reversely for big endian

2015-03-09 Thread Xuelin Shi
on at 6wind.com; dev at dpdk.org > Subject: Re: [PATCH] librte_lpm: define tbl entry reversely for big > endian > > On Thu, Mar 05, 2015 at 02:12:12AM +, Xuelin Shi wrote: > > Hi Bruce, > > > > Yes, it needs to swap the fields. The bit field is first identified as

[dpdk-dev] [PATCH] librte_lpm: define tbl entry reversely for big endian

2015-03-05 Thread Xuelin Shi
-B29237 > Cc: thomas.monjalon at 6wind.com; dev at dpdk.org > Subject: Re: [PATCH] librte_lpm: define tbl entry reversely for big > endian > > On Wed, Mar 04, 2015 at 02:34:12PM +0800, xuelin.shi at freescale.com wrote: > > From: Xuelin Shi > > > > This module uses typ

[dpdk-dev] [PATCH] librte_lpm: use field access instead of type conversion.

2015-02-13 Thread Xuelin Shi
1, 2015 at 02:12:59PM +0800, xuelin.shi at freescale.com wrote: > > From: Xuelin Shi > > > > struct tbl_entry{ > > uint8_t next_hop; > > uint8_t valid :1; > > uint8_t valid_group :1; > > uint8_t depth :6 > > } > >

[dpdk-dev] [PATCH] fix testpmd show port info error

2015-02-06 Thread Xuelin Shi
Hi Olivier, Would you please help to review the bottom patch? Thanks, Shi Xuelin -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xuelin Shi Sent: Thursday, February 05, 2015 17:27 To: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix testpmd show port info

[dpdk-dev] [PATCH] fix testpmd show port info error

2015-02-05 Thread Xuelin Shi
Sent: Monday, February 02, 2015 14:52 To: dev at dpdk.org Cc: Shi Xuelin-B29237 Subject: [PATCH] fix testpmd show port info error From: Xuelin Shi the port number type should be consistent with librte_cmdline, else there is potential endian issue. Signed-off-by: Xuelin Shi --- app/test-pmd/cmdl