From owner-freebsd-net@FreeBSD.ORG Mon Jun 23 10:42:09 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7252F87C for ; Mon, 23 Jun 2014 10:42:09 +0000 (UTC) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4C42885 for ; Mon, 23 Jun 2014 10:42:08 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id s5NAg0Sj057378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 23 Jun 2014 11:42:01 +0100 (BST) Date: Mon, 23 Jun 2014 11:42:01 +0100 From: Karl Pielorz To: freebsd-net@freebsd.org Subject: Weird Xen networking issue with PV interfaces passing traffic to other PV's... Message-ID: <7D8C9B50517ABCB6EB0984E0@Mail-PC.tdx.co.uk> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 10:42:09 -0000 Hi, I originally posted to freebsd-xen about this (and I've raised a PR) -pr188261 - It's been suggested I should ask in FreeBSD-NET to see if someone can look at this, and suggest how to proceed... In a nutshell - the FreeBSD PV network code won't pass packets properly if you setup two VM's on the same XenServer trying to use one of the VM's as a 'router' (i.e. passing traffic). Swap it for linux - works. Disable PV - works - anyway, the details are in the PR. If anyone has a chance to look at that and suggest what I can do to try and debug this further? - I've done packet captures from the VM's (they show a lot of retransmits) - but I'm not sure how I can go any further in look at this - or what the problem is likely to be (it's been suggested it's checksum related - which '-txcsum' seems to address for clients, but not the router). If some kind soul can have a look at this - and suggest anything? Cheers, -Karl