Re: Xen NIC driver have page_pool memory leaks

2024-03-27 Thread Denis Kirjanov
On 3/27/24 14:27, Jesper Dangaard Brouer wrote: > > > On 25/03/2024 13.33, Paul Durrant wrote: >> On 25/03/2024 12:21, Jesper Dangaard Brouer wrote: >>> Hi Arthur, >>> >>> (Answer inlined below, which is custom on this mailing list) >>> >>> On 23/03/2024 14.23, Arthur Borsboom wrote: Hi

Re: [PATCH v4] public/io/netif.h: add a new extra type for XDP

2020-05-22 Thread Denis Kirjanov
On 5/22/20, Oleksandr Andrushchenko wrote: > On 5/22/20 12:17 PM, Denis Kirjanov wrote: >> On 5/22/20, Oleksandr Andrushchenko >> wrote: >>> On 5/18/20 6:04 PM, Denis Kirjanov wrote: >>>> The patch adds a new extra type to be able to diffirentiate >>&g

Re: [PATCH v4] public/io/netif.h: add a new extra type for XDP

2020-05-22 Thread Denis Kirjanov
On 5/18/20, Denis Kirjanov wrote: > The patch adds a new extra type to be able to diffirentiate > between RX responses on xen-netfront side with the adjusted offset > required for XDP processing. > > The offset value from a guest is passed via xenstore. I'm going to send a new ve

Re: [PATCH v4] public/io/netif.h: add a new extra type for XDP

2020-05-22 Thread Denis Kirjanov
On 5/22/20, Oleksandr Andrushchenko wrote: > On 5/18/20 6:04 PM, Denis Kirjanov wrote: >> The patch adds a new extra type to be able to diffirentiate >> between RX responses on xen-netfront side with the adjusted offset >> required for XDP processing. >> >> The of

[PATCH v4] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
The patch adds a new extra type to be able to diffirentiate between RX responses on xen-netfront side with the adjusted offset required for XDP processing. The offset value from a guest is passed via xenstore. Signed-off-by: Denis Kirjanov --- v4: - updated the commit and documenation v3

Re: [PATCH v3] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
On 5/18/20, Paul Durrant wrote: >> -Original Message- >> From: Denis Kirjanov >> Sent: 18 May 2020 14:26 >> To: xen-devel@lists.xenproject.org >> Cc: p...@xen.org; jgr...@suse.com >> Subject: [PATCH v3] public/io/netif.h: add a new extra type for XDP &

[PATCH v3] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
The patch adds a new extra type to be able to diffirentiate between RX responses on xen-netfront side with the adjusted offset required for XDP processing. The offset value from a guest is passed via xenstore. Signed-off-by: Denis Kirjanov --- v3: - updated the commit message v2: - added

Re: [PATCH] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
On 5/18/20, Jürgen Groß wrote: > On 18.05.20 11:52, Denis Kirjanov wrote: >> On 5/18/20, Jürgen Groß wrote: >>> On 18.05.20 10:24, Denis Kirjanov wrote: >>>> The patch adds a new extra type to be able to diffirentiate >>>> between RX responses on

Re: [PATCH] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
On 5/18/20, Jürgen Groß wrote: > On 18.05.20 10:24, Denis Kirjanov wrote: >> The patch adds a new extra type to be able to diffirentiate >> between RX responses on xen-netfront side with the adjusted offset >> required for XDP processing. >> >> For Linux the offse

[PATCH v2] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
The patch adds a new extra type to be able to diffirentiate between RX responses on xen-netfront side with the adjusted offset required for XDP processing. For Linux the offset value is going to be passed via xenstore. Signed-off-by: Denis Kirjanov v2: - added documentation - fixed padding

[PATCH] public/io/netif.h: add a new extra type for XDP

2020-05-18 Thread Denis Kirjanov
The patch adds a new extra type to be able to diffirentiate between RX responses on xen-netfront side with the adjusted offset required for XDP processing. For Linux the offset value is going to be passed via xenstore. Signed-off-by: Denis Kirjanov --- xen/include/public/io/netif.h | 7