Message ID | 20240427072615.226151-1-ivecera@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6201642055 for <netdev@vger.kernel.org>; Sat, 27 Apr 2024 07:26:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714202788; cv=none; b=dttGOqY9hFfWtyLgKaFhD5yyU+YMC7td5/CEiJnnZ8TslqmZ+5ZCJDvbWR6ypOCE9dtVFXfGA9Pl2gLOrDdJvbbkzqaP29n5jITOg8dkbTZtuDCtfGnEziFhOKbaRVFsvkrkRaaGzBrB/p0o7kcsHrhSxULXg20+BNl7Evxm4cY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714202788; c=relaxed/simple; bh=rfBP2Pzpfb7knll4pClmVsouTJ4TG5aRphXSlSFXA6s=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=W7kpV7vhjRRgvD//DUn2qlTPWYvMOcZKznHegKsdBDSTSF5/FN5psWd/S1KXhknQOEdiCvknD3LPhKtcRkjf3SAU4NHcechHvcw2P18GcCcbM5mNJz2AxIvColudy4nQwPXGWPYjPbh0LaJFvSf6WgH8YffBEdJvTeCoh4zV08Y= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=is7zPmnw; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="is7zPmnw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714202786; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oU0PI/3hFSKCw5O/amXoTchq7YWCXQ97GsK4JttEy+E=; b=is7zPmnwaxJYFScq4A/vhAMg1PnBeVYoWR79HTT18izZxqxeelTMQnWCqE5Th0tJ+djBre qa1sqEb1cwqg3MLTFFGeXIPdKDmhyIB6qFs8AEpBRXx0RLDqmToGUypBV6iClPTRQCuPUZ lq+wEFxZ6PmXgiTP0ifeDMivlTVd9kg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-595-TseoSWE1NmyCFPqcAuhqhw-1; Sat, 27 Apr 2024 03:26:19 -0400 X-MC-Unique: TseoSWE1NmyCFPqcAuhqhw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8FD0218065AA; Sat, 27 Apr 2024 07:26:18 +0000 (UTC) Received: from p1.luc.cera.cz (unknown [10.45.225.10]) by smtp.corp.redhat.com (Postfix) with ESMTP id B4CA240F17B; Sat, 27 Apr 2024 07:26:16 +0000 (UTC) From: Ivan Vecera <ivecera@redhat.com> To: netdev@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, intel-wired-lan@lists.osuosl.org (moderated list:INTEL ETHERNET DRIVERS), Jakub Kicinski <kuba@kernel.org>, Jesse Brandeburg <jesse.brandeburg@intel.com>, linux-kernel@vger.kernel.org (open list), Paolo Abeni <pabeni@redhat.com>, Richard Cochran <richardcochran@gmail.com>, Tony Nguyen <anthony.l.nguyen@intel.com> Subject: [PATCH net-next v4 0/7] i40e: cleanups & refactors Date: Sat, 27 Apr 2024 09:26:01 +0200 Message-ID: <20240427072615.226151-1-ivecera@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Patchwork-Delegate: kuba@kernel.org |
Series |
i40e: cleanups & refactors
|
expand
|