m_get_tag returns same tag address when called multiple times

2014-05-13 Thread Sreenivasa Honnur
Hi, In FreeBSd-11 Current i am seeing that m_tag_get() returns same tag address for two subsequent calls, and m_tag_find() results in panic with below stack trace. Anything wrong here? Fatal trap 9: general protection fault while in kernel mode cpuid = 4; apic id = 04 instruction pointer = 0

FreeBSD iscsi target

2014-06-27 Thread Sreenivasa Honnur
Does freebsd iscsi target supports: 1. ACL (access control lists) 2. iSNS 3. Multiple connections per session 4. Dynamic Lun allocation/resize 5. Target redirection ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

IPv6 bind fails with 49 (#define EADDRNOTAVAIL 49 /* Can't assign requested address */)

2013-04-18 Thread Sreenivasa Honnur
I have a ipv6 interface(ping6 to a remove ipv6 works) when I try to bind to this address through a socket program "sobind" fails with "49" as return value. If I give "saddr6.sin6_addr = in6addr_any;" sobind works. Any idea what could be going wrong here? roundhay# ifconfig cxgbe1 cxgbe1: flag

RE: IPv6 - sobind fails with 49

2013-06-27 Thread Sreenivasa Honnur
I am writing a kernel socket program which binds to a IPv6 address, so bind always fails with 49. Below is the code snippet I am using, is something wrong here? roundhay# uname -a FreeBSD roundhay 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Mon Apr 8 16:15:06 IST 2013 root@roundhay:/usr/obj/ho