RE: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-09-07 Thread Long Li
> Subject: Re: [Patch v4 01/17] net/mana: add basic driver, build environment > and doc > > On 7/9/2022 12:49 AM, lon...@linuxonhyperv.com wrote: > > CAUTION: This message has originated from an External Source. Please use > proper judgment and caution when opening attachment

Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-29 Thread Thomas Monjalon
Slava, Matan, what do you think? 29/08/2022 10:51, Ferruh Yigit: > On 8/29/2022 8:58 AM, Thomas Monjalon wrote: > > 22/08/2022 20:27, Long Li: > >>> On 8/22/2022 4:03 PM, Ferruh Yigit wrote: > > + ibv_list = ibv_get_device_list(&num_devices); > > + for (ibv_idx = 0; ibv_idx < n

Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-29 Thread Ferruh Yigit
On 8/29/2022 8:58 AM, Thomas Monjalon wrote: 22/08/2022 20:27, Long Li: Subject: Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc On 8/22/2022 4:03 PM, Ferruh Yigit wrote: + struct rte_pci_device *pci_dev

Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-29 Thread Thomas Monjalon
22/08/2022 20:27, Long Li: > > Subject: Re: [Patch v4 01/17] net/mana: add basic driver, build environment > > and doc > > > > On 8/22/2022 4:03 PM, Ferruh Yigit wrote: > > >> + struct rte_pci_device *pci_dev, > > >> +

RE: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-22 Thread Long Li
> Subject: Re: [Patch v4 01/17] net/mana: add basic driver, build environment > and doc > > On 8/22/2022 4:03 PM, Ferruh Yigit wrote: > >> + struct rte_pci_device *pci_dev, > >> + struct rte_ether_addr *m

Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-22 Thread Ferruh Yigit
On 8/22/2022 4:03 PM, Ferruh Yigit wrote: + struct rte_pci_device *pci_dev, + struct rte_ether_addr *mac_addr) +{ +   struct ibv_device **ibv_list; +   int ibv_idx; +   struct ibv_context *ctx; +   struct ibv_device_attr_ex d

Re: [Patch v4 01/17] net/mana: add basic driver, build environment and doc

2022-08-22 Thread Ferruh Yigit
On 7/9/2022 12:49 AM, lon...@linuxonhyperv.com wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. From: Long Li MANA is a PCI device. It uses IB verbs to access ha