From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24F79A0A02; Fri, 15 Jan 2021 14:41:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 972421410C0; Fri, 15 Jan 2021 14:41:11 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 9AE631410B7 for ; Fri, 15 Jan 2021 14:41:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610718070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rucND5o827gDsXBZrYJp42KQ/3EeG9rKdJfWWbNFgIM=; b=hlPvAemBiosmm/docTmcbrXefF0K2j/Lk1ry3qoGhZqvwNvYkfHWIYo3EQfG56qZ7CLNwq JaQzwaXwR0yKPeyB9Usy/dddpYrkEk0ErHzNaPmUZDvR5y4KSg/lWZsMzFWjCVs/2lEGmA szTZfDUhKLVxq5Ucvr/Ecem4lEdREfk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-398-QfM47hcmM7SebvD7LTa2MQ-1; Fri, 15 Jan 2021 08:41:08 -0500 X-MC-Unique: QfM47hcmM7SebvD7LTa2MQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5F0BA1842140; Fri, 15 Jan 2021 13:41:07 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.194.106]) by smtp.corp.redhat.com (Postfix) with ESMTP id 81C8A10016FF; Fri, 15 Jan 2021 13:41:06 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 15 Jan 2021 14:40:18 +0100 Message-Id: <20210115134021.7391-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH 0/3] net build fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Some fixes following make support removal. The first patch is a real fix. The other two are cleanups so I did not mark them for backport. -- David Marchand David Marchand (3): net/hinic: restore vectorised code net/i40e: remove vector config net/fm10k: remove vector config drivers/net/fm10k/meson.build | 1 - drivers/net/hinic/hinic_pmd_rx.c | 6 ++-- drivers/net/hinic/hinic_pmd_tx.c | 10 +++--- drivers/net/i40e/i40e_rxtx.c | 52 -------------------------------- drivers/net/i40e/meson.build | 3 -- 5 files changed, 8 insertions(+), 64 deletions(-) -- 2.23.0