> 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
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
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
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,
> > >> +
> 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
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
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
7 matches
Mail list logo