Hi, Keith, Stephen,
> -Original Message-
> From: Wiles, Keith
> Sent: Thursday, February 9, 2017 7:07 AM
> To: Stephen Hemminger
> Cc: Chen, Jing D ; dev@dpdk.org; Rogers, Gerald
>
> Subject: Re: [dpdk-dev] [RFC 2/2] prgdev: introduce generic prgdev API
>
>
> On Feb 8, 2017, at 4:49 PM, Stephen Hemminger
> wrote:
>
> On Fri, 20 Jan 2017 11:21:38 +0800
> "Chen Jing D(Mark)" wrote:
>
>> +struct rte_prg_dev_info {
>> +struct rte_pci_device *pci_dev; /**< Device PCI information. */
>
> NAK
>
> No new API should refer to PCI devices. We are try
On Fri, 20 Jan 2017 11:21:38 +0800
"Chen Jing D(Mark)" wrote:
> +struct rte_prg_dev_info {
> + struct rte_pci_device *pci_dev; /**< Device PCI information. */
NAK
No new API should refer to PCI devices. We are trying to make all references
to devices generic. Crypto suceeded, ether is in pr
A new file to define prgdev API prototype and corresponding data
structures.
Signed-off-by: Chen Jing D(Mark)
---
lib/librte_prgdev/rte_prgdev.h | 242
1 files changed, 242 insertions(+), 0 deletions(-)
create mode 100644 lib/librte_prgdev/rte_prgdev.h
4 matches
Mail list logo