From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konstantin.ananyev@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id A5D072B9B
 for <dev@dpdk.org>; Mon, 10 Apr 2017 00:56:52 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=intel;
 t=1491778612; x=1523314612;
 h=from:to:cc:subject:date:message-id:references:
 in-reply-to:content-transfer-encoding:mime-version;
 bh=W/TOk+IDVyNT5gB47wo2qXfpOMcfwcQI9cffwDCEXkY=;
 b=I+X00Sqqt30a8UoR1UjmOwZmrmlDTL7fvuZyCE9Qp6dosRqn6QrRR33J
 sDeQufI5JvtdBl2zy2QnOkuEN/HnrQ==;
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 09 Apr 2017 15:56:50 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.37,179,1488873600"; d="scan'208";a="246535215"
Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3])
 by fmsmga004.fm.intel.com with ESMTP; 09 Apr 2017 15:56:49 -0700
Received: from irsmsx109.ger.corp.intel.com ([169.254.13.12]) by
 IRSMSX108.ger.corp.intel.com ([169.254.11.239]) with mapi id 14.03.0319.002;
 Sun, 9 Apr 2017 23:56:49 +0100
From: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
To: "Yigit, Ferruh" <ferruh.yigit@intel.com>
CC: DPDK <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX
Thread-Index: AQHSrS59Z14HLbOF5kW3VpqE5KK7jqG59+WAgAAIioCAA62uoA==
Date: Sun, 9 Apr 2017 22:56:47 +0000
Message-ID: <2601191342CEEE43887BDE71AB9772583FAE6B7D@IRSMSX109.ger.corp.intel.com>
References: <1488966121-22853-9-git-send-email-olivier.matz@6wind.com>
 <1491301790-22457-1-git-send-email-konstantin.ananyev@intel.com>
 <d4909e8c-300f-208e-e973-e068e7cbbca4@intel.com>
 <cdd983d9-c01b-ae4c-cdc2-71b630f87a40@intel.com>
In-Reply-To: <cdd983d9-c01b-ae4c-cdc2-71b630f87a40@intel.com>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 10.0.102.7
dlp-reaction: no-action
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 09 Apr 2017 22:56:53 -0000


Hi Ferruh,

>=20
> Hi Konstantin,
>=20
> I talked a little early, getting following build error [1] with
> "default" machine type. Patches dropped from tree for now.

My bad, forgot to check with 'default'
Thanks for flagging that, will update and resend v2.
Konstantin=20

>=20
> [1]
> ...drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:217:11: error: implicit
> declaration of function '_mm_blend_epi16' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
>         rearm0 =3D _mm_blend_epi16(mbuf_init, _mm_slli_si128(vtag1, 8), 0=
x10);
>                  ^
> ...drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:217:9: error: assigning to
> '__m128i' (vector of 2 'long long' values) from incompatible type 'int'
>         rearm0 =3D _mm_blend_epi16(mbuf_init, _mm_slli_si128(vtag1, 8), 0=
x10);
>                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
> ...drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:218:9: error: assigning to
> '__m128i' (vector of 2 'long long' values) from incompatible type 'int'
>         rearm1 =3D _mm_blend_epi16(mbuf_init, _mm_slli_si128(vtag1, 6), 0=
x10);
>                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
> ...drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:219:9: error: assigning to
> '__m128i' (vector of 2 'long long' values) from incompatible type 'int'
>         rearm2 =3D _mm_blend_epi16(mbuf_init, _mm_slli_si128(vtag1, 4), 0=
x10);
>                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
> ...drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:220:9: error: assigning to
> '__m128i' (vector of 2 'long long' values) from incompatible type 'int'
>         rearm3 =3D _mm_blend_epi16(mbuf_init, _mm_slli_si128(vtag1, 2), 0=
x10);
>                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
>=20
>=20