All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Leroy <maxime.leroy-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Fulvio Risso <fulvio.risso-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: Is Flow Director supported on the x540 chipset?
Date: Fri, 17 Jan 2014 12:24:31 +0100	[thread overview]
Message-ID: <CAEykdvpJcLt=sr6SQK1KKs2V5432SGSQCYwKdzbu856-WRBrXQ@mail.gmail.com> (raw)
In-Reply-To: <52D7806A.2070705-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>

Hi Fulvio,

I have been checked few information about the datasheet of the X540 card.
The X540 card is a derivative of the 82599. It's very similar to the 82599 card.

The both cards use the same hardware registers for the flow director.
Thus, the current code of the dpdk for the flow director should work
with X540 card too.

I think you only need to change few lines in lib/librte_pmd_ixgbe/ixgbe_fdir.c:

  - if (hw->mac.type != ixgbe_mac_82599EB)
  + if (hw->mac.type != ixgbe_mac_82599EB || hw->mac.type != ixgbe_mac_X540)

Let me know if you can test it and please provide a patch if it works.

Thanks. Regards,

Maxime

On Thu, Jan 16, 2014 at 7:47 AM, Fulvio Risso <fulvio.risso-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org> wrote:
> Dear all,
>
> by digging into the DPDK code it seems to me that FDIR is not supported on
> the x540 chipset, while it is supported on 82599.
>
> Another message seems to mention the same problem here:
>
>   http://dpdk.org/ml/archives/dev/2013-November/000806.html
>
> Is there any plan to support FDIR to the x540 chipset?
>
>         fulvio

  parent reply	other threads:[~2014-01-17 11:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-16  6:47 Is Flow Director supported on the x540 chipset? Fulvio Risso
     [not found] ` <52D7806A.2070705-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>
2014-01-17 11:24   ` Maxime Leroy [this message]
     [not found]     ` <CAEykdvpJcLt=sr6SQK1KKs2V5432SGSQCYwKdzbu856-WRBrXQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-06 16:47       ` Thomas Monjalon
     [not found]         ` <201402061747.22088.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-02-13  9:44           ` Mauro Annarumma
     [not found]             ` <DUB111-W969E48095A698AB4833B58B19D0-MsuGFMq8XAE@public.gmane.org>
2014-02-13 10:28               ` Richardson, Bruce
     [not found]                 ` <59AF69C657FD0841A61C55336867B5B01A99BD8C-kPTMFJFq+rELt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-02-14 10:28                   ` Mauro Annarumma
     [not found]                     ` <DUB111-W198C5DB89ED1DAB29966E0B19C0-MsuGFMq8XAE@public.gmane.org>
2014-03-18 14:59                       ` Thomas Monjalon
2014-03-24 21:35                         ` [PATCH] ixgbe: support flow director for X540 Thomas Monjalon
     [not found]                           ` <1395696914-5185-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-03-26  9:45                             ` Maxime Leroy
     [not found]                               ` <CAEykdvrQcjyhg9ZpAdDhvAjSCT4PakvnLFayj-oW77WWt=j3fw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-26 10:30                                 ` Thomas Monjalon

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='CAEykdvpJcLt=sr6SQK1KKs2V5432SGSQCYwKdzbu856-WRBrXQ@mail.gmail.com' \
    --to=maxime.leroy-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=fulvio.risso-8RLafaVCWuNeoWH0uzbU5w@public.gmane.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 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.