DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] supported packet types
@ 2016-04-29 15:15 Olivier Matz
  2016-04-29 16:03 ` Ananyev, Konstantin
  0 siblings, 1 reply; 9+ messages in thread
From: Olivier Matz @ 2016-04-29 15:15 UTC (permalink / raw)
  To: dev, jianfeng.tan; +Cc: Ananyev, Konstantin, Adrien Mazarguil

Hi,

The following commit introduces a function to list the supported
packet types of a device:

  http://dpdk.org/browse/dpdk/commit/?id=78a38edf66

I would like to know what does "supported" precisely mean.
Is it:

1/ - if a ptype is marked as supported, the driver MUST set
     this ptype if the packet matches the format described in rte_mbuf.h

   -> if the ptype is not recognized, the application is sure
      that the packet is not one of the supported ptype
   -> but this is difficult to take advantage of this inside an
      application that supports several different ports model
      that do not support the same packet types

2/ - if a ptype is marked as supported, the driver CAN set
     the ptype if the packet matches the format described in rte_mbuf.h

   -> if a ptype is not recognized, the application does a software
      fallback
   -> in this case, it would useless to have the get_supported_ptype()

Can you confirm if the PMDs and l3fwd (the only user) expect 1/
or 2/ ?

Can you elaborate on the advantages of having this API?

And a supplementary question: if a ptype is not marked as supported,
is it forbidden for a driver to set this ptype anyway? Because we can
imagine a hardware that can only recognize packets in some conditions
(ex: can recognize IPv4 if there is no vlan).

I think properly defining the meaning of "supported" is mandatory
to have an application beeing able to use this feature, and avoid
PMDs to behave differently because the API is unclear (like we've
already seen for other features).


Thanks,
Olivier

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

end of thread, other threads:[~2016-06-21  9:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29 15:15 [dpdk-dev] supported packet types Olivier Matz
2016-04-29 16:03 ` Ananyev, Konstantin
2016-06-09  7:57   ` Olivier Matz
2016-06-09 10:37     ` Adrien Mazarguil
2016-06-15 14:08     ` Ananyev, Konstantin
2016-06-16  7:49       ` Olivier MATZ
2016-06-16 11:29         ` Ananyev, Konstantin
2016-06-21  8:58           ` Olivier Matz
2016-06-21  9:15             ` Ananyev, Konstantin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).