From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id DA9855A8E for ; Tue, 31 Mar 2015 02:41:17 +0200 (CEST) Received: by wibgn9 with SMTP id gn9so5871269wib.1 for ; Mon, 30 Mar 2015 17:41:17 -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=SiwSCQtMQaZiBueHxDaqrVxKLwOdjjL27iYnR+ndY7A=; b=OQ0ash/rDhG1dCmibphGocR0SgEj4tw7+Zx0z0wmBgM5R4V8wquqM/FZqumRxBTPZk GSLN8gPK+AlDTUPBUy9pbUK5iCYmZQlfdaX1ZBCBD8bBA09144t1bNJsGhWu+RTFeq/H EREDcT0Z6s9yVnTujXNKbZ2QrmH88+lVcmalBXnKF6HAz2mnpKuzkAMo1l0w8zIKC4rr NwxPpD+w5f3aQKsLODTkme+ttvYj3Vc/drVeywT47fHd1P0i+4VmsJQlxPvoQrmnhiSg 6XXN9A10fr1zyZtFwX1e2ttYs/qQQHPTyDDbbxctvGpPkJYI15jCX3moXFjrU3Ysm795 3h/Q== X-Gm-Message-State: ALoCoQmtC2dmIC/igTZlzly+zhel/A+dIoAyr87WXbqgxyR5si+PR49mScjp6rz5uVZZJE3gaVmT X-Received: by 10.180.83.68 with SMTP id o4mr630002wiy.55.1427762477750; Mon, 30 Mar 2015 17:41:17 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gd6sm18515401wib.17.2015.03.30.17.41.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 17:41:16 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Tue, 31 Mar 2015 02:40:36 +0200 Message-ID: <1806364.76VSuRM6Kd@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1425372648-21410-1-git-send-email-changchun.ouyang@intel.com> References: <1425372648-21410-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: Update doc for ixgbe VF RSS 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: Tue, 31 Mar 2015 00:41:18 -0000 > Since the following commit has already been merged into dpdk.org mainline, > commit: 42d2f78abcb77ecb769be4149df550308169ef0f > > So update the prog guide for it. > > Signed-off-by: Changchun Ouyang Applied, thanks