Hello,
I have a VM with network card: 82545EM Gigabit Ethernet Controller (Copper)
- SpanSwitch
when I use libpcap of dpdk I see 30% packet loss. Only when I bind the
network card to igb_uio I do not see packet loss anymore. Without dpdk I
there is no packet loss also.
Is there a problem running l
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,
When reading from a pcap file:
*--vdev eth_pcap0, rx_pcap='tmp'*
and using *rte_ring_dequeue_burst*
What is the correct way to know when the file had finished?
Thanks, Keren
Hello,
in the dpdk pcap driver, the imissed indicator of rte_eth_stats structure
is not increasing even when we miss packets since there are no available
mbufs. I looked at the code and I saw that nothing increase it in the pcap
driver code ( as opposed to other drivers where it's being promoted)
I
Hi,
I tried to run 2 instances of testpmd from the same machine but received a
message: Cannot get hugepage information when I tried to run the second
instance. Is there a way to disable hugepages or allow to instances to
access it ? Thanks. keren
Hi,
I need to go over all the nics in my machine that are connected to the net
throw cable.
link_status of rte_eth_link returns link up on all nics, also those who are
not connected.
Is there any way to check it?
Thanks, Keren
Hi,
rte_eth_link_get
returns after up to 9 seconds. If its return that link_status is down does
it necessary means that the port is bot connected or there is a problem
with the network or maybe just no data was received?
Thanks, Keren
Hi,
My application needs to know if port is up, but without wasting 9 seconds
(using rte_eth_link_get).
I tried to register to callback: lsi_event_callback as suggested in the
DPDK examples but I did not receive the event RTE_ETH_EVENT_INTR_LSC.
Thanks, Keren.
t; On Sep 12, 2016, at 6:18 AM, Keren Hochman
> wrote:
> >
> > Hi,
> > I tried to run 2 instances of testpmd from the same machine but received
> a
> > message: Cannot get hugepage information when I tried to run the second
> > instance. Is there a way to di
Hi,
I saw you removed from the git VMXNET3 user map. does this driver does not
support anymore in dpdk? thanks
Hello,
I installed dpdk on ubuntu VM. when I tried to bind the device to the driver I
received the following error:
/dpdk-devbind.py --bind=uio_pci_generic eth3
Error: bind failed for :02:02.0 - Cannot bind to driver uio_pci_generic
Error: unbind failed for :02:02.0 - Cannot open /sys/bu
Hi,
I there a way to permanently bind a nic port when using DPDK drier with
kernel < 3.6 ? (In this kernel VFIO driver is not supported)?
Thanks, Keren
Hi,
I tried to bind BCM5719 driver to DPDK compatible driver: (I tried both to
uio_pci_generic and igb_uio)
Network devices using DPDK-compatible driver
:03:00.2 'NetXtreme BCM5719 Gigabit Ethernet PCIe' drv=uio_pci_generic
unused=tg3,igb_uio
00
Hi,
I need to run 2 process that uses dpdk on the same machine. One uses dpdk
drivers, and the other just read from a pcap file. If I disable hugepages
in the second process rte_mempool_create fails. What is the correct way to
handle this?
Thanks, Keren
Thank you for your response, I still can not run the 2 process together.
if I add --no-pci to one process it can replace white and black lists
right?
Thanks, keren
On Tue, Nov 8, 2016 at 12:36 AM, Wiles, Keith wrote:
>
> > On Nov 7, 2016, at 7:28 AM, Keren Hochman
> wrote:
>
Also, I can't understand how to define socket-mem. I did not see anything
related to hugepages in /etc/sysctl.conf. Can i mount hugepages to 2
different dirs instead and use --huge-dir ?
Thank you.
On Tue, Nov 8, 2016 at 11:44 AM, Keren Hochman wrote:
> Thank you
Hi,
how can I create mempool without hugepages?My application is running on a
pcap file so no huge pages is needed ?
Thanks.
I need this option only for testing. How can I use rte_mempool_create if I
use --no-huge?
Thank you, Keren
On Wed, Nov 9, 2016 at 3:40 PM, Christian Ehrhardt <
christian.ehrhardt at canonical.com> wrote:
>
> On Wed, Nov 9, 2016 at 1:55 PM, Keren Hochman <
> keren.hochman at lig
ion on the memory beside the
machine?
*Thanks, Keren *
On Wed, Nov 9, 2016 at 4:50 PM, Olivier Matz wrote:
> Hi Keren,
>
> On 11/09/2016 03:40 PM, Keren Hochman wrote:
> > On Wed, Nov 9, 2016 at 3:40 PM, Christian Ehrhardt <
> > christian.ehrhardt at canonical.com> wrote:
&
19 matches
Mail list logo