Re: [dpdk-dev] [PATCH] rte, eal: Rename pci_update_device and make it public

2017-03-09 Thread Yang, Ziye
Hi Thomas, That's OK. Hope that the need of usage can be considered in the new framework. -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Friday, March 10, 2017 1:58 AM To: Yang, Ziye Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte, eal: R

Re: [dpdk-dev] [PATCH v5] linuxapp, eal: Fix the memory leak issue of logid

2018-09-10 Thread Yang, Ziye
makes the openlog function still work. Best Regards Ziye Yang -Original Message- From: Ananyev, Konstantin Sent: Monday, September 10, 2018 7:55 PM To: Yang, Ziye ; dev@dpdk.org Cc: Ziye Yang Subject: RE: [dpdk-dev] [PATCH v5] linuxapp, eal: Fix the memory leak issue of logid Hi

Re: [dpdk-dev] [PATCH v5] linuxapp, eal: Fix the memory leak issue of logid

2018-09-10 Thread Yang, Ziye
Hi Konstantin, Thanks for your comments. I will revise the patch and submit another patch later. Best Regards Ziye Yang -Original Message- From: Ananyev, Konstantin Sent: Monday, September 10, 2018 8:19 PM To: Yang, Ziye ; dev@dpdk.org Cc: Ziye Yang Subject: RE: [dpdk-dev

[dpdk-dev] [PATCH v2] PCI: ABI change request for adding new field in rte_pci_id structure

2016-02-16 Thread Yang, Ziye
6, 2016 3:39 PM To: Yang, Ziye ; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] PCI: ABI change request for adding new field in rte_pci_id structure On 02/16/2016 05:16 AM, Ziye Yang wrote: > From: Ziye > > The purpose of this patch is used to add a new field "class" in >

[dpdk-dev] [PATCH] librte_eal: fix wrong args operation in eal_parse_args

2016-05-11 Thread Yang, Ziye
Sent: Wednesday, May 11, 2016 7:25 PM To: Yang, Ziye Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_eal: fix wrong args operation in eal_parse_args On Wed, May 11, 2016 at 01:28:21PM +0800, Ziye Yang wrote: > This patch is used to fix wrong operation on user input a

[dpdk-dev] [PATCH] librte_eal: fix wrong args operation in eal_parse_args

2016-05-11 Thread Yang, Ziye
Hi Bruce, Could you tell me the documentation file name? Then I can conduct the following documentation relate d patch. -Original Message- From: Richardson, Bruce Sent: Wednesday, May 11, 2016 8:21 PM To: Yang, Ziye Cc: dev at dpdk.org Subject: RE: [dpdk-dev] [PATCH] librte_eal: fix

[dpdk-dev] [PATCH] pci: Add the class_id support in pci probe

2016-05-19 Thread Yang, Ziye
-Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Thursday, May 19, 2016 6:34 PM To: Yang, Ziye Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] pci: Add the class_id support in pci probe 2016-05-11 14:08, Ziye Yang: > This patch is used to add

[dpdk-dev] [PATCH] pci: Add the class_id support in pci probe

2016-05-19 Thread Yang, Ziye
-Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Thursday, May 19, 2016 8:57 PM To: Yang, Ziye Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] pci: Add the class_id support in pci probe 2016-05-19 12:18, Yang, Ziye: > From: Thomas Monja