From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id CDE7230D for ; Wed, 2 Jul 2014 17:57:00 +0200 (CEST) Received: by mail-ob0-f169.google.com with SMTP id wp18so12648975obc.0 for ; Wed, 02 Jul 2014 08:57:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=Z9zfFSgV3gZc1f/Ai6HcG6L5VuTDtrd8PVCMEEmwXzw=; b=GRcQV5YsZUw+X3aAj7K+rTm4TEw1Wk+huYA72Dey2FII/0I5NmmucipNxEvNpq9bET J/L2LQBFaK8vzROD8G/ssQ+L3SljNyncmgGq9myR3MOR4C1ZPcJUKeLRT51vWZlQwWpZ PqxbWxh7cumE+QNYYYSRWHjyQDiz9ifSoMl4LW2OwI+6DzaawwOv2liyECJqt7VVpdEl TJvb3uBcD882yBjzK1HRpcAGsArOYJBFt048F443U6Onbv5t86E+hk2Hizqi0l93/R72 b1UlDLp4X9zHdCvppjJSCfnrwrRfLztnO5r1PykfqTl+oYjvvqvcKKzMNgeX6Q9K/Uta qqRg== X-Gm-Message-State: ALoCoQmSduHdohvNltLpqur2eD1nkA2FQshyMitOKnkBA++aEDvwPK+EEFyG7AsXNrar1n67uG3z MIME-Version: 1.0 X-Received: by 10.182.214.41 with SMTP id nx9mr58764419obc.15.1404316640445; Wed, 02 Jul 2014 08:57:20 -0700 (PDT) Received: by 10.202.202.137 with HTTP; Wed, 2 Jul 2014 08:57:20 -0700 (PDT) Date: Wed, 2 Jul 2014 18:57:20 +0300 Message-ID: From: Alex Markuze To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] KNI hw Address. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 15:57:01 -0000 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