DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Filtering acording to port/cidr ip
@ 2016-12-04  7:22 Keren Hochman
  2016-12-05 10:24 ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: Keren Hochman @ 2016-12-04  7:22 UTC (permalink / raw)
  To: dev

Hello,
Is there a way to filter packets which received by dpdk kernel or libpcap
according to ip mask and port ? I need to support fragmented ip packets and
fragmented tcp packets.
Can I use *Packet Classification* for this purpose*? *
Thank you, Keren

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

* Re: [dpdk-dev] Filtering acording to port/cidr ip
  2016-12-04  7:22 [dpdk-dev] Filtering acording to port/cidr ip Keren Hochman
@ 2016-12-05 10:24 ` Bruce Richardson
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2016-12-05 10:24 UTC (permalink / raw)
  To: Keren Hochman; +Cc: dev

On Sun, Dec 04, 2016 at 09:22:24AM +0200, Keren Hochman wrote:
> Hello,
> Is there a way to filter packets which received by dpdk kernel or libpcap
> according to ip mask and port ? I need to support fragmented ip packets and
> fragmented tcp packets.
> Can I use *Packet Classification* for this purpose*? *
> Thank you, Keren

Hi,

The pcap PMD for DPDK is a SW only driver and does not support any
packet classification options in itself. If you can use a native HW
driver for your NIC it may be possible to have the hardware do packet
classification and filtering for you.

/Bruce

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

end of thread, other threads:[~2016-12-05 10:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-04  7:22 [dpdk-dev] Filtering acording to port/cidr ip Keren Hochman
2016-12-05 10:24 ` Bruce Richardson

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).