DPDK patches and discussions
 help / color / mirror / Atom feed
From: Alex Markuze <alex@weka.io>
To: "Zhang, Helin" <helin.zhang@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] KNI hw Address.
Date: Thu, 3 Jul 2014 10:06:38 +0300	[thread overview]
Message-ID: <CAKfHP0XxMwcxWpEPnRPY0=8Cf0nc7kv27xXBsT-5_yRnkCNB_g@mail.gmail.com> (raw)
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A74A155@SHSMSX104.ccr.corp.intel.com>

Thanks, guys.
I think I will modify the alloc KNI API, as in the way things are
implemented today the KNI interface can't transmit because of intc MAC
spoofing (w/o hacking the data path, similar to the l2fw example). The
other issue because the interface is created with initial mac address of
0's Im pretty sure DHCP is also out of a question.

Thanks, for the detailed info.


On Thu, Jul 3, 2014 at 9:22 AM, Zhang, Helin <helin.zhang@intel.com> wrote:

>
>
> > -----Original Message-----
> > From: Padam J. Singh [mailto:padam.singh@inventum.net]
> > Sent: Thursday, July 3, 2014 1:06 PM
> > To: Zhang, Helin
> > Cc: Alex Markuze; dev@dpdk.org
> > Subject: Re: [dpdk-dev] KNI hw Address.
> >
> > Zhang, Alex,
> >
> > Please see the patch I had submitted a few days back which allows
> setting the
> > MAC address using
> >
> > ifconfig ... hw ether MAC-ADDRESS
> >
> > An "ifconfig DEV up" , followed by this sets the MAC address.
> >
> > Thanks,
> > Padam
> >
> > On 03-Jul-2014, at 10:26 am, Zhang, Helin <helin.zhang@intel.com> wrote:
> >
> > >
> > >> -----Original Message-----
> > >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Alex Markuze
> > >> Sent: Wednesday, July 2, 2014 11:57 PM
> > >> To: dev@dpdk.org
> > >> Subject: [dpdk-dev] KNI hw Address.
> > >>
> > >> Hi, I'm playing with KNI on a VM (kvm), the Interface that is created
> > >> has no MAC address until the IP is set via ifconfig  - then a random
> mac is
> > created.
> > >> The VF has a mac address that is easily retrieved with
> > rte_eth_macaddr_get.
> > >>
> > >> What I did not find is a way to create the KNI with that specific mac
> > >> address enabled.
> > >> What are the ways to set the KNI mac address?
> > >>
> > >> Thanks
> > >> Alex
> > >
> > > Hi Alex
> > >
> > > No way without modifying the code. Two ways can be taken into account
> as
> > below.
> > >
> > > 1. Implement ndo_set_mac in KNI kernel module to set the MAC address.
> > > 2. Add mac address as one more parameters in user space KNI interface,
> to
> > tell the kernel module the mac during kni device creation.
> > >
> > > Regards,
> > > Helin
>
> Hi Padam
>
> Great! I think you have implemented the first way I listed. It is good for
> VM environments. I remember that might be adopted by some projects based on
> DPDK. Thank you!
> I will review your patch, and possibly add reviewed-by: to your patch.
>
> Regards,
> Helin
>

      reply	other threads:[~2014-07-03  7:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 15:57 Alex Markuze
2014-07-03  4:56 ` Zhang, Helin
2014-07-03  5:05   ` Padam J. Singh
2014-07-03  6:22     ` Zhang, Helin
2014-07-03  7:06       ` Alex Markuze [this message]

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='CAKfHP0XxMwcxWpEPnRPY0=8Cf0nc7kv27xXBsT-5_yRnkCNB_g@mail.gmail.com' \
    --to=alex@weka.io \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    /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).