On Fri, Oct 11, 2024 at 8:38 AM Konrad Sztyber wrote:
>
> On 10/9/24 17:12, Stephen Hemminger wrote:
> > That is what tap, and xdp are doing.
>
> Thanks for the info. I'll take a look and will send a next rev doing
> something similar in uio.
My two cents.
net/tap uses the rte_mp_* infrastructure
On 10/9/24 17:12, Stephen Hemminger wrote:
That is what tap, and xdp are doing.
Thanks for the info. I'll take a look and will send a next rev doing
something similar in uio.
Konrad
On Wed, 9 Oct 2024 12:11:32 +0200
Konrad Sztyber wrote:
> On 10/7/24 19:49, Stephen Hemminger wrote:
> > On Wed, 28 Aug 2024 12:40:02 +0200
> > Konrad Sztyber wrote:
> >
> >> The uio_pci_generic driver clears the bus master bit when the device
> >> file is closed. So, when the secondary proc
On 10/7/24 19:49, Stephen Hemminger wrote:
On Wed, 28 Aug 2024 12:40:02 +0200
Konrad Sztyber wrote:
The uio_pci_generic driver clears the bus master bit when the device
file is closed. So, when the secondary process terminates after probing
a device, that device becomes unusable in the primar
On Wed, 28 Aug 2024 12:40:02 +0200
Konrad Sztyber wrote:
> The uio_pci_generic driver clears the bus master bit when the device
> file is closed. So, when the secondary process terminates after probing
> a device, that device becomes unusable in the primary process.
>
> To avoid that, the devic
> On Aug 28, 2024, at 18:40, Konrad Sztyber wrote:
>
> External email: Use caution opening links or attachments
>
>
> The uio_pci_generic driver clears the bus master bit when the device
> file is closed. So, when the secondary process terminates after probing
Should be one space before ‘So
>
> The uio_pci_generic driver clears the bus master bit when the device file is
> closed. So, when the secondary process terminates after probing a device,
> that device becomes unusable in the primary process.
>
> To avoid that, the device file is now opened only in the primary process. The
>
The uio_pci_generic driver clears the bus master bit when the device
file is closed. So, when the secondary process terminates after probing
a device, that device becomes unusable in the primary process.
To avoid that, the device file is now opened only in the primary
process. The commit that in
8 matches
Mail list logo