All of lore.kernel.org
 help / color / mirror / Atom feed
* One pkt in mbuf chain - virtio pmd driver
@ 2014-08-07  6:19 Czaus, Tomasz
       [not found] ` <4060631EACBB65409E09BBBDAF62A4C5347B4F29-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Czaus, Tomasz @ 2014-08-07  6:19 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Hello,

Does virtio pmd driver support scenario when a frame fits in mbuf chain, this means all headers (eth/ipv4/tcp) are located in first mbuf and user data is located in next mbuf. I have asked the same question on dpdk-ovs mailing group, here is a thread and more details:

https://lists.01.org/pipermail/dpdk-ovs/2014-August/001557.html

Best Regards,
Tomasz Czaus

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One pkt in mbuf chain - virtio pmd driver
       [not found] ` <4060631EACBB65409E09BBBDAF62A4C5347B4F29-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2014-08-07  7:06   ` Xie, Huawei
       [not found]     ` <C37D651A908B024F974696C65296B57B0F25C4F3-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  2014-08-07 16:36   ` Stephen Hemminger
  1 sibling, 1 reply; 5+ messages in thread
From: Xie, Huawei @ 2014-08-07  7:06 UTC (permalink / raw)
  To: Czaus, Tomasz, dev-VfR2kkLFssw

Hi Tomasz:
This is a known issue in user space vhost. Will be fixed in subsequent patch once the vhost lib is applied.

BR.
-Huawei
> -----Original Message-----
> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Czaus, Tomasz
> Sent: Thursday, August 07, 2014 2:20 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] One pkt in mbuf chain - virtio pmd driver
> 
> Hello,
> 
> Does virtio pmd driver support scenario when a frame fits in mbuf chain, this
> means all headers (eth/ipv4/tcp) are located in first mbuf and user data is
> located in next mbuf. I have asked the same question on dpdk-ovs mailing group,
> here is a thread and more details:
> 
> https://lists.01.org/pipermail/dpdk-ovs/2014-August/001557.html
> 
> Best Regards,
> Tomasz Czaus
> 
> --------------------------------------------------------------------
> 
> Intel Technology Poland sp. z o.o.
> ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII
> Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-
> 52-316 | Kapital zakladowy 200.000 PLN.
> 
> Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i
> moze zawierac informacje poufne. W razie przypadkowego otrzymania tej
> wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie;
> jakiekolwiek
> przegladanie lub rozpowszechnianie jest zabronione.
> This e-mail and any attachments may contain confidential material for the sole
> use of the intended recipient(s). If you are not the intended recipient, please
> contact the sender and delete all copies; any review or distribution by
> others is strictly prohibited.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One pkt in mbuf chain - virtio pmd driver
       [not found]     ` <C37D651A908B024F974696C65296B57B0F25C4F3-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2014-08-07  7:18       ` Ouyang, Changchun
  2014-08-08  5:51       ` Czaus, Tomasz
  1 sibling, 0 replies; 5+ messages in thread
From: Ouyang, Changchun @ 2014-08-07  7:18 UTC (permalink / raw)
  To: Xie, Huawei, Czaus, Tomasz, dev-VfR2kkLFssw

It is one feature in developing,
scatter and mergeable RX will be support in virtio subsequent patch.
Thanks 
Changchun


> -----Original Message-----
> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Xie, Huawei
> Sent: Thursday, August 7, 2014 3:07 PM
> To: Czaus, Tomasz; dev-VfR2kkLFssw@public.gmane.org
> Subject: Re: [dpdk-dev] One pkt in mbuf chain - virtio pmd driver
> 
> Hi Tomasz:
> This is a known issue in user space vhost. Will be fixed in subsequent patch
> once the vhost lib is applied.
> 
> BR.
> -Huawei
> > -----Original Message-----
> > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Czaus, Tomasz
> > Sent: Thursday, August 07, 2014 2:20 PM
> > To: dev-VfR2kkLFssw@public.gmane.org
> > Subject: [dpdk-dev] One pkt in mbuf chain - virtio pmd driver
> >
> > Hello,
> >
> > Does virtio pmd driver support scenario when a frame fits in mbuf
> > chain, this means all headers (eth/ipv4/tcp) are located in first mbuf
> > and user data is located in next mbuf. I have asked the same question
> > on dpdk-ovs mailing group, here is a thread and more details:
> >
> > https://lists.01.org/pipermail/dpdk-ovs/2014-August/001557.html
> >
> > Best Regards,
> > Tomasz Czaus
> >
> > --------------------------------------------------------------------
> >
> > Intel Technology Poland sp. z o.o.
> > ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII
> > Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP
> > 957-07-
> > 52-316 | Kapital zakladowy 200.000 PLN.
> >
> > Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego
> > adresata i moze zawierac informacje poufne. W razie przypadkowego
> > otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale
> > jej usuniecie; jakiekolwiek przegladanie lub rozpowszechnianie jest
> > zabronione.
> > This e-mail and any attachments may contain confidential material for
> > the sole use of the intended recipient(s). If you are not the intended
> > recipient, please contact the sender and delete all copies; any review
> > or distribution by others is strictly prohibited.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One pkt in mbuf chain - virtio pmd driver
       [not found] ` <4060631EACBB65409E09BBBDAF62A4C5347B4F29-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  2014-08-07  7:06   ` Xie, Huawei
@ 2014-08-07 16:36   ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2014-08-07 16:36 UTC (permalink / raw)
  To: Czaus, Tomasz; +Cc: dev-VfR2kkLFssw

On Thu, 7 Aug 2014 06:19:58 +0000
"Czaus, Tomasz" <tomasz.czaus-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:

> Hello,
> 
> Does virtio pmd driver support scenario when a frame fits in mbuf chain, this means all headers (eth/ipv4/tcp) are located in first mbuf and user data is located in next mbuf. I have asked the same question on dpdk-ovs mailing group, here is a thread and more details:
> 
> https://lists.01.org/pipermail/dpdk-ovs/2014-August/001557.html
> 
> Best Regards,
> Tomasz Czaus

Existing DPDK 1.7 virtio driver does not.
I wrote a virtio DPDK driver (before the 1.6 one) that does handle it, so it is possible.

I have some patches to handle multi-part mbuf and messages, based on backport
from that driver but they are untested.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One pkt in mbuf chain - virtio pmd driver
       [not found]     ` <C37D651A908B024F974696C65296B57B0F25C4F3-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  2014-08-07  7:18       ` Ouyang, Changchun
@ 2014-08-08  5:51       ` Czaus, Tomasz
  1 sibling, 0 replies; 5+ messages in thread
From: Czaus, Tomasz @ 2014-08-08  5:51 UTC (permalink / raw)
  To: Xie, Huawei, dev-VfR2kkLFssw

Hi,

First of all thank you for quick answer! Do we know when exactly this feature will be available?

Best Regards,
Tomasz Czaus

-----Original Message-----
From: Xie, Huawei 
Sent: Thursday, August 07, 2014 9:07 AM
To: Czaus, Tomasz; dev-VfR2kkLFssw@public.gmane.org
Cc: Long, Thomas
Subject: RE: [dpdk-dev] One pkt in mbuf chain - virtio pmd driver

Hi Tomasz:
This is a known issue in user space vhost. Will be fixed in subsequent patch once the vhost lib is applied.

BR.
-Huawei
> -----Original Message-----
> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Czaus, Tomasz
> Sent: Thursday, August 07, 2014 2:20 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] One pkt in mbuf chain - virtio pmd driver
> 
> Hello,
> 
> Does virtio pmd driver support scenario when a frame fits in mbuf 
> chain, this means all headers (eth/ipv4/tcp) are located in first mbuf 
> and user data is located in next mbuf. I have asked the same question 
> on dpdk-ovs mailing group, here is a thread and more details:
> 
> https://lists.01.org/pipermail/dpdk-ovs/2014-August/001557.html
> 
> Best Regards,
> Tomasz Czaus
> 
> --------------------------------------------------------------------
> 
> Intel Technology Poland sp. z o.o.
> ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII 
> Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 
> 957-07-
> 52-316 | Kapital zakladowy 200.000 PLN.
> 
> Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego 
> adresata i moze zawierac informacje poufne. W razie przypadkowego 
> otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale 
> jej usuniecie; jakiekolwiek przegladanie lub rozpowszechnianie jest 
> zabronione.
> This e-mail and any attachments may contain confidential material for 
> the sole use of the intended recipient(s). If you are not the intended 
> recipient, please contact the sender and delete all copies; any review 
> or distribution by others is strictly prohibited.
--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-08  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07  6:19 One pkt in mbuf chain - virtio pmd driver Czaus, Tomasz
     [not found] ` <4060631EACBB65409E09BBBDAF62A4C5347B4F29-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-07  7:06   ` Xie, Huawei
     [not found]     ` <C37D651A908B024F974696C65296B57B0F25C4F3-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-08-07  7:18       ` Ouyang, Changchun
2014-08-08  5:51       ` Czaus, Tomasz
2014-08-07 16:36   ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.