From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 2504FAF87 for ; Thu, 4 Sep 2014 10:04:48 +0200 (CEST) Received: by mail-wi0-f175.google.com with SMTP id ho1so564489wib.14 for ; Thu, 04 Sep 2014 01:09:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=fjWXZX3XbqfZ4K3WSgBkF5F9W0TKNS+muVUT67Ziqy4=; b=BaPZ9s8udHC50OPjo1iL2Sk+30YBKZ+6NL0OptFTTz1x30BV/hPduPFulBYPlCh9X/ nF6WLQNfgYQJybfsbrjJKkcNaIoz1+eOiH3vp54Bf9VrVroPTy4yRdn6IIXZZu0TFTtG vQwsAS3QF8LrxrE749rEXzNm4MkhFn4+Iej/IIqninDcELfF8O/sPHk9dLDybIIZuPMS A+mA5gF651/V20mBRbeQUYDQjYMGuOaq/9YtzzhQ3QIALJlvV1ezu2nhDoSu2NoPl3uh /jkhrCkbs7Nk7hFiFJfNOHMjbd3i10fQOUdbYWGdbySgZM8HD9TNye3ocAg5kD2Hdv0M aoVQ== X-Gm-Message-State: ALoCoQnWMfV6wKLXJs4eEu8XY9bB+YaFJGEJhYpVHUd1i0PGWsfxn7seb7iQDBRnHX7cMml0oMIq X-Received: by 10.194.187.101 with SMTP id fr5mr4030894wjc.10.1409818168293; Thu, 04 Sep 2014 01:09:28 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w2sm513974wia.11.2014.09.04.01.09.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Sep 2014 01:09:27 -0700 (PDT) From: Thomas Monjalon To: Sergey Mironov Date: Thu, 04 Sep 2014 10:09:18 +0200 Message-ID: <1514862.flAoY5zrZu@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] i211 controller with 0 queues per port 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: Thu, 04 Sep 2014 08:04:48 -0000 Hi Sergey, 2014-09-04 11:16, Sergey Mironov: > I've attached a patch which adds necessary i211 support, Sorry, some attached file types are forbidden on the list and automatically removed. You should send your patch inline (git send-email is preferred). > but I didn't check it enough to say it is totally correct. > For now I see that it just able to send and receive some packets. It's better than nothing ;) Just say it in the commit log. Thanks -- Thomas