DPDK usage discussions
 help / color / mirror / Atom feed
From: vdf  <thomas200813@163.com>
To: users@dpdk.org
Subject: Re: [dpdk-users] ixgbevf_dev_rx_init(): Set max packet length to 9600 failed.
Date: Thu, 8 Apr 2021 22:46:37 +0800 (CST)	[thread overview]
Message-ID: <5e3c0d7b.715e.178b1f304ea.Coremail.thomas200813@163.com> (raw)
In-Reply-To: <20d6d0ae.748c.178ad15718a.Coremail.thomas200813@163.com>

Actually, the Jumbo frame is enanbled during . What could be the reason for failure to set max package length to 9600 bytes?
    struct rte_eth_rxmode rxmode =
            { .split_hdr_size = 0,
              .max_rx_pkt_len = MAX_RX_LEN,
              .offloads=(DEV_RX_OFFLOAD_JUMBO_FRAME /*|DEV_RX_OFFLOAD_CRC_STRIP*/)
            };





At 2021-04-08 00:06:06, "vdf" <thomas200813@163.com> wrote:
>Hi all,
>
>
>I have already set up 2 VFs on enslf1 NIC. The DPDK version is dpdk-stable-19.11.7. There is one issue related to max packet length to 9600.
>I tried both igb_uio and VFIO_PCI as driver. Could you kindly guide me how to fix this issue? 
>
>
>#ens1f1 setting
>5: ens1f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
>    link/ether f8:f2:1e:13:e0:9d brd ff:ff:ff:ff:ff:ff
>    vf 0 MAC 00:11:22:33:44:55, vlan 2, spoof checking on, link-state auto, trust off, query_rss off
>    vf 1 MAC 00:11:22:33:44:55, vlan 1, spoof checking on, link-state auto, trust off, query_rss off
>#ens1f1 profile
> ethtool -i ens1f1
>driver: ixgbe
>version: 5.1.0-k
>firmware-version: 0x00015e0b
>expansion-rom-version:
>bus-info: 0000:03:00.1
>supports-statistics: yes
>supports-test: yes
>supports-eeprom-access: yes
>supports-register-dump: yes
>supports-priv-flags: yes
>
>
>#issue I met
>EAL: Selected IOVA mode 'PA'
>
>EAL: Probing VFIO support...
>
>EAL: VFIO support initialized
>
>EAL: PCI device 0000:03:10.1 on NUMA socket 0
>
>EAL:   probe driver: 8086:10ed net_ixgbe_vf
>
>EAL:   using IOMMU type 1 (Type 1)
>
>initializing port 0 for TX, drv=net_ixgbe_vf
>
>Port 0 MAC: 00 11 22 33 44 55
>
>Port 0: nb_rxd 4096 nb_txd 4096
>
>ixgbevf_dev_rx_init(): Set max packet length to 9600 failed.
>
>ixgbevf_dev_start(): Unable to initialize RX hardware (-22)
>
>
>
>Thanks,
>Thomas.
>
>
>
> 

  reply	other threads:[~2021-04-08 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07 16:06 vdf
2021-04-08 14:46 ` vdf [this message]
2021-04-09 15:09   ` vdf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5e3c0d7b.715e.178b1f304ea.Coremail.thomas200813@163.com \
    --to=thomas200813@163.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).