From owner-freebsd-ppc@freebsd.org Mon May 16 04:24:34 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0C44B3CDB7 for ; Mon, 16 May 2016 04:24:34 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-170.reflexion.net [208.70.211.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9567D1D15 for ; Mon, 16 May 2016 04:24:34 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 3404 invoked from network); 16 May 2016 04:18:23 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 16 May 2016 04:18:23 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Mon, 16 May 2016 00:17:51 -0400 (EDT) Received: (qmail 32053 invoked from network); 16 May 2016 04:17:51 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 16 May 2016 04:17:51 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.106] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 4A34DB1E001; Sun, 15 May 2016 21:17:46 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 11.0-CURRENT problems with LD_LIBRARY_PATH? building perl 5.22 from source example Date: Sun, 15 May 2016 21:17:51 -0700 Message-Id: Cc: freebsd-arm , FreeBSD PowerPC ML , mat@FreeBSD.org, FreeBSD Current To: FreeBSD Toolchain Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 04:24:34 -0000 [This is associated with = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209173 against = lang/perl5.22 (and implicitly some other lang/perl5.* examples) .] Problem: building lang/perl5.22 from source (say via portmaster) with no = prior perl5.22 installed leads to: > Shared object "libperl.so.5.22" not found, required by "perl" on 11.0-CURRENT. (I've not tried a 10.x context so far. As stands I do = not have one.) I'll first give some operational context and then show some readelf = output and truss output that suggests some about what is or is not going = on. Then I'll give some other supporting details. Operational Context. . . The perl port tries to build the perl executable and test it before = anything new has been installed in: > /usr/local/lib/perl5/5.22/mach/CORE (This is before staging. Note: I happen to be using use "portmaster -DK = lang/perl5.22" to build so materials are left behind from build = failures. Paths below are from my particular context.) But it also builds the perl executable based on using: > -Wl,-R/usr/local/lib/perl5/5.22/mach/CORE leaving only something like LD_LIBRARY_PATH as a means of picking up the = new libperl.so.5.22 during any pre-final-installation tests of the perl = executable built. And perl's build sequence does do such tests, = including checking that the version number matches what it should. = (libperl.so is where the version number comes from.) My initial example here will be for no pre-existing perl5.22 = installation. I will note a little about if, say, perl5.22.1 has been = successfully installed first before an update to perl5.22.2. Getting to = that point for 5.22.1 may require a work around. Using portmaster to build perl 5.22 (specifically here 5.22.2) gets to = the point of testing > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl which fails. Without a prior build of perl5.22 it fails with: > Shared object "libperl.so.5.22" not found, required by "perl" If there is instead an older 5.22.1 for an update to 5.22.2 the failure = is for finding and using the older libperl.so.5.22 which returns the = older version number, something perl's build procedure checks. If after the failure I copy the libperl.so* files from: > /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/ to: > /usr/local/lib/perl5/5.22/mach/CORE/ and then try "portmaster -DK lang/perl5.22" again the build works based = on finding the new libperl.so.5.22 in the place it was not present = before (no file or older vintage file). So what is going on?. . . Below is readelf and truss output related to seeing what is or is not = going on. . . (My example here happens to be on a 11.0 based rpi2 armv6 build but in = my case tailored to cortex-a7/armv7.) > # readelf --dynamic = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl | grep = PATH > 0x0000000f RPATH Library rpath: = [/usr/local/lib/perl5/5.22/mach/CORE] > 0x0000001d RUNPATH Library runpath: = [/usr/local/lib/perl5/5.22/mach/CORE] > # env = LD_LIBRARY_PATH=3D/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.2= 2.2 truss = /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl > mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,21,0x1000) =3D = 537092096 (0x20036000) > issetugid() =3D 0 (0x0) > stat("/usr/libsoft",{ mode=3Ddrwxr-xr-x = ,inode=3D3698147,size=3D15360,blksize=3D32768 }) =3D 0 (0x0) > __sysctl(0xbfbfe68c,0x2,0x20035258,0xbfbfe688,0x1,0x0) =3D 0 (0x0) > __sysctl(0xbfbfe68c,0x2,0x20035358,0xbfbfe688,0x0,0x0) =3D 0 (0x0) > __sysctl(0xbfbfe68c,0x2,0x20035458,0xbfbfe688,0x0,0x0) =3D 0 (0x0) > __sysctl(0xbfbfe68c,0x2,0x20035558,0xbfbfe688,0x0,0x0) =3D 0 (0x0) > __sysctl(0xbfbfe68c,0x2,0x20035658,0xbfbfe688,0x0,0x0) =3D 0 (0x0) > lstat("/etc",{ mode=3Ddrwxr-xr-x = ,inode=3D40850304,size=3D2560,blksize=3D32768 }) =3D 0 (0x0) > lstat("/etc/libmap-soft.conf",0xbfbfe5a0) ERR#2 'No such file = or directory' > access("/usr/local/lib/perl5/5.22/mach/CORE/libthr.so.3",F_OK) ERR#2 = 'No such file or directory' > openat(AT_FDCWD,"/var/run/ld-elf-soft.so.hints",O_CLOEXEC,00) =3D 3 = (0x3) > read(3,"Ehnt\^A\0\0\0\M^@\0\0\0\r\0\0\0"...,128) =3D 128 (0x80) > lseek(3,0x8000000000,SEEK_SET) =3D 128 (0x80) > read(3,"/usr/libsoft\0",13) =3D 13 (0xd) > close(3) =3D 0 (0x0) > access("/usr/libsoft/libthr.so.3",F_OK) =3D 0 (0x0) > openat(AT_FDCWD,"/usr/libsoft/libthr.so.3",O_CLOEXEC|O_VERIFY,00) =3D = 3 (0x3) > fstat(3,{ mode=3D-r--r--r-- ,inode=3D3692264,size=3D110496,blksize=3D327= 68 }) =3D 0 (0x0) > = mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,12,0xbfbfe0182002a66= 4) =3D 537055232 (0x2002d000) > = mmap(0x0,176128,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,537055316,0x3200= 2d074) =3D 537124864 (0x2003e000) > = mmap(0x2003e000,106496,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCOR= E|MAP_PREFAULT_READ,537055316,0x32002d074) =3D 537124864 (0x2003e000) > = mmap(0x2005f000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAU= LT_READ,537055316,0x32002d074) =3D 537260032 (0x2005f000) > = mmap(0x20060000,36864,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,= 537055316,0x32002d074) =3D 537264128 (0x20060000) > munmap(0x2002d000,4096) =3D 0 (0x0) > close(3) =3D 0 (0x0) > access("/usr/local/lib/perl5/5.22/mach/CORE/libperl.so.5.22",F_OK) = ERR#2 'No such file or directory' > access("/usr/libsoft/libperl.so.5.22",F_OK) ERR#2 'No such file = or directory' > access("/usr/libsoft/libperl.so.5.22",F_OK) ERR#2 'No such file = or directory' > Shared object "libperl.so.5.22" not found, required by = "perl"write(2,"Shared object "libperl.so.5.22" "...,61) =3D 61 (0x3d) > =20 > write(2,"\n",1) =3D 1 (0x1) > exit(0x1) =20 > process exit, rval =3D 1 There is no evidence above of any attempt to use the path from "env = LD_LIBRARY_PATH=3D. . ." to access any file, much less libperl.so.5.22 = specifically. It is also interesting that the line > access("/usr/libsoft/libperl.so.5.22",F_OK) ERR#2 'No such file = or directory' repeats twice back-to-back. OTHER DETAILS. . . Mathieu Arnold has tried to make changes to the lang/perl5.22 materials = to help but so far the behavior is invariant to his changes. (He also = touched some other lang/perl5.* materials but I've been using just = 5.22.) My /usr/ports/ is at -r414889 and currently has a lang/perl5.22/Makefile = patch Mathieu had me try but the behavior in question did not change = from before I had no patch. My 11.0-CURRENT is at -r298990 (a no-debug build, 1100106 for kernel and = user). The build is tailored to the rpi2's cortex-a7/armv7 in world as = well as the kernel. I've previously attempted lang/perl5.22 upgrade-to-5.22.2 builds on = powerpc64 and powerpc but I'm away from those machines now and they are = unplugged, so no access currently. But what I'd done shows that the = problem is not specific to arm. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ppc@freebsd.org Wed May 18 08:04:03 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA27AB409E7 for ; Wed, 18 May 2016 08:04:03 +0000 (UTC) (envelope-from andy.silva@snsreports.com) Received: from mailer238.gate85.rs.smtp.com (mailer238.gate85.rs.smtp.com [74.91.85.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA4E1D05 for ; Wed, 18 May 2016 08:04:01 +0000 (UTC) (envelope-from andy.silva@snsreports.com) X-MSFBL: eyJyIjoiZnJlZWJzZC1wcGNAZnJlZWJzZC5vcmciLCJnIjoiU25zdGVsZWNvbV9k ZWRpY2F0ZWRfcG9vbCIsImIiOiI3NF85MV84NV8yMzgifQ== Received: from [192.168.80.31] ([192.168.80.31:40123] helo=rs-ord-mta03-1.smtp.com) by rs-ord-mta03-4.smtp.com (envelope-from ) (ecelerity 4.1.0.46749 r(Core:4.1.0.4)) with ESMTP id A7/43-01785-8E12C375; Wed, 18 May 2016 08:03:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=smtp.com; s=smtpcomcustomers; c=relaxed/simple; q=dns/txt; i=@smtp.com; t=1463558632; h=From:Subject:To:Date:MIME-Version:Content-Type; bh=umf3G9igDhu9/8PlFRjeqQ8DzqKQn4DfVj5kLZCHDOQ=; b=u8cdT9Ncdkzj8NLtMwB6NyWoAjQcGtSsBThGVmVJI4zHX+C5uGmH688OW67c1Zng DOu0fRuDu8D2cKXGraTPwQ8040z2k+fHsh6V0y1jybkntpyVYark3zNd86l39tz3 2svD0dttlWRfTPBsTRULkl+4JDpVIRuyz1l0uc9jSDE=; Received: from [70.79.69.78] ([70.79.69.78:52110] helo=Ankurvcshawcablenet) by rs-ord-mta03-1.smtp.com (envelope-from ) (ecelerity 4.1.0.46749 r(Core:4.1.0.4)) with ESMTPA id AD/C0-24875-7E12C375; Wed, 18 May 2016 08:03:52 +0000 MIME-Version: 1.0 From: "Andy Silva" Reply-To: andy.silva@snsreports.com To: freebsd-ppc@freebsd.org Subject: The SDN, NFV & Network Virtualization Ecosystem: 2016 - 2030 - Opportunities, Challenges, Strategies & Forecasts (Report) X-Mailer: Smart_Send_2_0_138 Date: Wed, 18 May 2016 01:03:44 -0700 Message-ID: <62882436543842153317792@Ankur> X-Report-Abuse: SMTP.com is an email service provider. Our abuse team cares about your feedback. Please contact abuse@smtp.com for further investigation. X-SMTPCOM-Tracking-Number: d8210644-7f19-4897-8de4-dcf941d51777 X-SMTPCOM-Sender-ID: 6008902 Feedback-ID: 6008902:SMTPCOM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 08:04:04 -0000 The SDN, NFV & Network Virtualization Ecosystem: 2015 =96 2030 =96 Opportun= ities, Challenges, Strategies & Forecasts Hello=20 I wanted to bring to your attention the latest SNS Research report in which= you might be interested, " The SDN, NFV & Network Virtualization Ecosystem= : 2015 =96 2030 =96 Opportunities, Challenges, Strategies & Forecasts."=20 I believe this report will be highly applicable for you and your team. If y= ou would like to see the report sample or have any questions, please let me= know. =20 Report Information: Release Date: December 2015 Number of Pages: 429 Number of Tables and Figures: 89 Report Overview: While the advantages of SDN (Software Defined Networking) and network virtu= alization are well known in the enterprise IT and data center world, both t= echnologies also bring a host of benefits to the telecommunications service= provider community. Not only can these technologies help address the explo= sive capacity demand of mobile traffic, but they can also reduce the CapEx = and OpEx burden faced by service providers to handle this demand by diminis= hing reliance on expensive proprietary hardware platforms. The recognition = of these benefits has led to the emergence of the NFV (Network Functions Vi= rtualization) concept that seeks to virtualize and effectively consolidate = many service provider network elements onto multi-tenant industry-standard = servers, switches and storage. Mobile operators and internet service providers have already begun making S= DN and NFV investments in a number of functional areas including but not li= mited to EPC/mobile core, IMS, policy control, CPE (Customer Premises Equip= ment), CDN (Content Delivery Network) and transport networks. SNS Research = estimates that service provider SDN and NFV investments will grow at a CAGR= of 54% between 2015 and 2020. As service providers seek to reduce costs an= d virtualize their networks, these investments will eventually account for = over $20 Billion in revenue by the end of 2020. The =93SDN, NFV & Network Virtualization Ecosystem: 2015 =96 2030 =96 Oppor= tunities, Challenges, Strategies & Forecasts=94 report presents an in-depth= assessment of the SDN, NFV and network virtualization ecosystem including = enabling technologies, key trends, market drivers, challenges, use cases, d= eployment case studies, regulatory landscape, standardization, opportunitie= s, future roadmap, value chain, ecosystem player profiles and strategies. T= he report also presents market size forecasts from 2015 till 2030. The fore= casts are segmented for 10 submarkets, 2 user base categories, 9 use cases,= 6 regions and 34 countries. The report comes with an associated Excel datasheet suite covering quantita= tive data from all numeric forecasts presented in the report. =20 Key Findings: The report has the following key findings: SNS Research estimates that service provider SDN and NFV investments will g= row at a CAGR of 54% between 2015 and 2020, eventually accounting for over = $20 Billion in revenue by the end of 2020. At present, virtualized EPC/mobile core, IMS and policy control platforms r= epresent over 70% of all VNF (Virtual Network Function) software investment= s. Although the use of SDN is widespread in the enterprise and data center dom= ain, service providers are only beginning to adopt the technology to progra= mmatically manage their networks. Investments on orchestration platforms will account for nearly $2 Billion i= n revenue by the end of 2020, representing nearly 10% of all service provid= er SDN and NFV spending. The growing adoption of SDN and NFV has created a natural opportunity for s= ilicon and server OEMs to combine their server platforms with a networking = business stream. Topics Covered: The report covers the following topics: SDN, NFV and network virtualization ecosystem Market drivers and barriers Enabling technologies, protocols, architecture and key trends Use cases, applications, PoC (Proof of Concept) and deployment case studies CapEx saving potential of SDN and NFV Orchestration and management platforms Regulatory landscape and standardization Industry roadmap and value chain Profiles and strategies of over 240 leading ecosystem players Strategic recommendations for ecosystem players Market analysis and forecasts from 2015 till 2030 Forecast Segmentation: Market forecasts are provided for each of the following submarkets, user ba= se and use case categories:=20 Submarkets SDN Hardware & Software NFV Hardware & Software Other Network Virtualization Software User Base Categories Service Providers Enterprises & Data Centers NFV Submarkets Hardware Appliances Orchestration & Management Software VNF Software Service Provider SDN Submarkets SDN-Enabled Hardware Appliances Orchestration & Management Software SDN Controller Software Network Applications Software Enterprise & Data Center SDN Submarkets SDN-Enabled Hardware Appliances SDN-Enabled Virtual Switches SDN Controller Software Service Provider Use Case Categories CDN CPE Data Center EPC/Mobile Core Fixed Access Networks IMS & VoLTE Policy, OSS & BSS RAN (Radio Access Network) Transport & Backhaul Regional Markets Asia Pacific Eastern Europe Latin & Central America Middle East & Africa North America Western Europe Country Markets Argentina, Australia, Brazil, Canada, China, Czech Republic, Denmark, Finla= nd, France, Germany, India, Indonesia, Israel, Italy, Japan, Malaysia, Mex= ico, Norway, Pakistan, Philippines, Poland, Qatar, Russia, Saudi Arabia, Si= ngapore, South Africa, South Korea, Spain, Sweden, Taiwan, Thailand, UAE, U= K and USA Additional forecasts are provided for: SDN and NFV Induced Service Provider CapEx Savings by Region Key Questions Answered: The report provides answers to the following key questions: How big is the SDN, NFV and network virtualization opportunity=3F What trends, challenges and barriers are influencing its growth=3F How is the ecosystem evolving by segment and region=3F What will the market size be in 2020 and at what rate will it grow=3F Which regions, submarkets and countries will see the highest percentage of = growth=3F How are service provider led initiatives driving SDN and NFV investments=3F How does regulation impact the adoption of SDN and NFV centric networks=3F How can NFV make the VoLTE (Voice over LTE) business case work=3F How can software defined DPI (Deep Packet Inspection) complement SDN functi= onality=3F What level of CapEx savings can SDN and NFV facilitate for service provider= s=3F Do SDN and NFV pose a threat to traditional network infrastructure vendors=3F Who are the key market players and what are their strategies=3F Is there a ring leader in the SDN and NFV ecosystem=3F What strategies should enabling technology providers, network infrastructur= e vendors, mobile operators and other ecosystem players adopt to remain com= petitive=3F Report Pricing: Single User License: USD 2,500 Company Wide License: USD 3,500 Ordering Process: Please contact Andy Silva on andy.silva@snscommunication.com Provide the following information: 1. Report Title - 2. Report License - (Single User/Company Wide) 3. Name - 4. Email - 5. Job Title - 6. Company - 7. Invoice Address - Please contact me if you have any questions, or wish to purchase a copy. Ta= ble of contents and List of figures mentioned below for your better inside. I look forward to hearing from you. Kind Regards Andy Silva Marketing Executive Signals and Systems Telecom Reef Tower Jumeirah Lake Towers Sheikh Zayed Road Dubai, UAE =20 ___________________________________________________________________________= __________________________________________________________________________ =20 Table of Content =20 1.1 Executive Summary 1.2 Topics Covered 1.3 Forecast Segmentation 1.4 Key Questions Answered 1.5 Key Findings 1.6 Methodology 1.7 Target Audience 1.8 Companies & Organizations Mentioned =20 2 Chapter 2: An Overview of SDN, NFV & Network Virtualization 2.1 What is Network Virtualization=3F 2.2 What is SDN (Software Defined Networking)=3F 2.3 SDN Protocols 2.3.1 OpenFlow 2.3.2 BGP-TE (Border Gateway Protocol - Traffic Engineering) 2.3.3 PCEP (Path Computation Element Protocol) 2.3.4 I2RS (Interface to the Routing System) 2.3.5 VxLAN (Virtual Extensible LAN) 2.3.6 ALTO (Application Layer Traffic Optimization) 2.3.7 IETF Software Driven Networks 2.4 SDN Implementation Approaches 2.4.1 Network Virtualization Approach 2.4.2 Evolutionary Approach 2.4.3 The =93Central Control=94 Approach 2.5 What is NFV (Network Functions Virtualization)=3F 2.6 NFV Enabling Technologies 2.6.1 Cloud Computing and Network Virtualization 2.6.2 Open Management and Control Protocols 2.6.3 Industry Standard High-Volume Servers 2.7 NFV Implementation Architecture 2.7.1 NFVI (NFV Infrastructure) 2.7.1.1 Hardware Resources 2.7.1.2 Virtualized Resources 2.7.2 VNFs (Virtualized Network Functions) 2.7.3 NFV-MANO (NFV-Management and Orchestration) 2.7.3.1 VIM (Virtualized Infrastructure Manager) 2.7.3.2 Orchestrator 2.7.3.3 VNF Manager 2.8 How SDN and NFV Differ from Each Other=3F 2.8.1 Similarities and Differences 2.8.2 Can Both Technologies Complement Each Other=3F 2.8.3 How Are Vendors Positioning their Solutions=3F 2.9 Market Drivers 2.9.1 Leveraging Generic Low-cost Hardware 2.9.2 Multi-tenancy on Same Hardware 2.9.3 Reduced Power Consumption 2.9.4 Faster TTM (Time to Market) 2.9.5 Improved Operational Efficiency & Performance 2.9.6 Centralized Provisioning and Network Control 2.9.7 Ability to Launch New Services & Virtual Networks Quickly 2.9.8 Dynamic Scaling of Services 2.9.9 Opening the Door to Multi-vendor Interoperability 2.9.10 CapEx and OpEx Reduction 2.9.11 Fast Troubleshooting and Improved Diagnostics 2.9.12 Vendor Support 2.10 Market Barriers 2.10.1 Lack of Standardization & Technology Maturity 2.10.2 Uncertain Cost-Benefits Tradeoffs 2.10.3 NFV May Slow/Delay Traffic 2.10.4 Will Multi-vendor Interoperability Really Work=3F 2.10.5 Co-Existence with Legacy Networks: Integration Challenges =20 3 Chapter 3: SDN & NFV Use Case Scenarios 3.1 Enterprise, Data Center & Generic Use Cases 3.1.1 Network Virtualization 3.1.2 Scalable Data Centers 3.1.3 Tap Aggregation 3.1.4 Dynamic WAN Re-Routing 3.1.5 Network Exchange: Interconnecting Physical Networks 3.1.6 Improved Traffic Engineering 3.1.7 Converged Storage 3.2 Service Provider Centric Use Cases 3.2.1 RAN Virtualization 3.2.2 C-RAN (Cloud RAN) 3.2.3 Wireline Fixed Access Network Virtualization 3.2.4 CPE & Home Network Environment Virtualization 3.2.5 Mobile Backhaul Virtualization 3.2.6 EPC/Mobile Core Virtualization 3.2.7 IMS & VoLTE Virtualization 3.2.8 DPI Virtualization 3.2.9 Policy Functions Virtualization 3.2.10 Virtual Routers 3.2.11 Virtualization & Control of Security Functions 3.2.12 Virtualization of CDNs 3.2.13 Service Chaining 3.2.14 Bandwidth on Demand 3.2.15 Packet-Optical Integration 3.2.16 SDN/NFV Iaas (Infrastructure as a Service) 3.2.17 VNFaas (Virtual Network Function as a Service) 3.2.18 VNPaaS (Virtual Network Platform as a Service) =20 4 Chapter 4: SDN & NFV Deployment Case Studies 4.1 Service Provider Deployment Case Studies 4.1.1 AT&T 4.1.2 BT Group 4.1.3 China Mobile 4.1.4 DT (Deutsche Telekom) 4.1.5 KDDI Corporation 4.1.6 KT Corporation 4.1.7 LG Uplus 4.1.8 Mobily Saudi Arabia 4.1.9 NAKA Mobile 4.1.10 NTT Communications 4.1.11 NTT DoCoMo 4.1.12 PT (Portugal Telecom) /Oi 4.1.13 SingTel 4.1.14 SK Telecom 4.1.15 SoftBank 4.1.16 Telekom Austria Group 4.1.17 Telstra 4.1.18 Telef=F3nica 4.1.19 Verizon 4.1.20 Vodafone Group 4.2 Enterprise & Data Center Deployment Case Studies 4.2.1 Equinix 4.2.2 Fidelity Investments 4.2.3 Google 4.2.4 Kanazawa University Hospital 4.2.5 Nippon Express =20 5 Chapter 5: Industry Roadmap and Value Chain 5.1 The SDN, NFV & Network Virtualization Value Chain 5.1.1 Silicon & Server OEMs 5.1.2 Pure-play SDN/NFV Specialists 5.1.3 Network Infrastructure Vendors 5.1.4 IT Industry Giants 5.1.5 Mobile Infrastructure Vendors 5.1.6 Policy, OSS, BSS & Other Software Vendors 5.1.7 Enterprises 5.1.8 Service Providers 5.1.9 Data Center Operators 5.2 The SDN, NFV & Network Virtualization Industry Roadmap: 2015 - 2030 5.2.1 2015 =96 2020: Moving Towards Network Wide Orchestration 5.2.2 2020 =96 2025: Large Scale Proliferation in Service Provider Networks 5.2.3 2025 =96 2030: Continued Investments with 5G Rollouts =20 6 Chapter 6: Standardization Bodies & Alliances 6.1 3GPP (3rd Generation Partnership Project) 6.2 ETSI (European Telecommunications Standards Institute) 6.3 Cloud NFV 6.4 IETF (Internet Engineering Task Force) 6.5 IRTF (Internet Research Task Force) 6.6 ITU (International Telecommunications Union) 6.7 MEF (Metro Ethernet Forum) 6.8 ONF (Open Networking Foundation) 6.9 OpenDaylight 6.10 OpenStack Foundation 6.11 ONRC (Open Networking Research Center) and ON.Lab (Open Networking Lab) 6.12 OPNFV (Open Platform for NFV) 6.13 OVA (Open Virtualization Alliance) 6.14 OMG (Object Management Group) 6.15 TM Forum 6.16 Vendor Led Initiatives & Ecosystem Programs 6.16.1 Alcatel-Lucent CloudBand Ecosystem Program 6.16.2 Cyan Blue Orbit Ecosystem 6.16.3 HP OpenNFV Application Partner Program 6.16.4 HP SDN Ecosystem Alliance 6.16.5 NEC SDN Partner Space 6.16.6 Intel Network Builders Program 6.16.7 Titanium Cloud Partner Program 6.16.8 Juniper Technology Partner Program 6.16.9 Red Hat NFV Ecosystem 6.16.10 Amdocs Network Cloud Ecosystem =20 7 Chapter 7: Company Profiles 7.1 6WIND 7.2 A10 Networks 7.3 Accedian Networks 7.4 Accton Technology Corporation 7.5 Active Broadband Networks 7.6 Actus Networks 7.7 ADARA Networks 7.8 Adax 7.9 ADLINK Technology 7.10 ADTRAN 7.11 ADVA Optical Networking 7.12 Affirmed Networks 7.13 Agema Systems 7.14 Akamai Technologies 7.15 ALAXALA Networks Corporation 7.16 Albis Technologies 7.17 Alcatel-Lucent 7.18 Allied Telesis 7.19 Allot Communications 7.20 Alpha Networks 7.21 ALTEN Calsoft Labs 7.22 Altiostar Networks 7.23 Alvarion Technologies 7.24 AMD (Advanced Micro Devices) 7.25 Amdocs 7.26 ANEVIA 7.27 Argela 7.28 Aricent 7.29 Arista Networks 7.30 Arkoon Netasq 7.31 ARM Holdings 7.32 ARRIS Group 7.33 Artesyn Embedded Technologies 7.34 ASOCS 7.35 AudioCodes 7.36 Avago Technologies 7.37 Avaya 7.38 Barracuda Networks 7.39 Big Switch Networks 7.40 BlueCoat 7.41 Brain4Net 7.42 Broadpeak 7.43 BroadSoft 7.44 Brocade 7.45 BTI Systems 7.46 Canoga Perkins 7.47 Canonical 7.48 Catbird Networks 7.49 Cavium 7.50 Cedexis 7.51 Cellwize 7.52 Centec Networks 7.53 Ceragon Networks 7.54 Certes Networks 7.55 Check Point Software Technologies 7.56 Ciena 7.57 Cisco Systems 7.58 Citrix Systems 7.59 Clavister 7.60 ClearPath Networks 7.61 CloudWeaver 7.62 Cobham Wireless 7.63 Cohesive Networks 7.64 Colt Technology Services Group 7.65 Comodo Security Solutions 7.66 Compass-EOS 7.67 Comptel 7.68 Concurrent 7.69 Coriant 7.70 Corsa Technology 7.71 CSC (Computer Sciences Corporation) 7.72 Cumulus Networks 7.73 Cyan 7.74 Dell 7.75 Dialogic 7.76 Dorado Software 7.77 ECI Telecom 7.78 Edgeware 7.79 Ekinops 7.80 Elemental Technologies 7.81 EMC Corporation 7.82 EnterpriseWeb 7.83 Ericsson 7.84 EXFO 7.85 Extreme Networks 7.86 EZchip Semiconductor 7.87 F5 Networks 7.88 FibroLAN 7.89 Flash Networks 7.90 Flextronics International 7.91 Fortinet 7.92 FRAFOS 7.93 Fujitsu 7.94 GENBAND 7.95 Gencore Systems 7.96 Gigamon 7.97 GigaSpaces Technologies 7.98 Guavus 7.99 H3C Technologies 7.100 Harmonic 7.101 Hitachi 7.102 HP (Hewlett-Packard) 7.103 Huawei 7.104 HyTrust 7.105 IBM 7.106 Illumio 7.107 Imagine Communications Corporation 7.108 Infinera 7.109 Infoblox 7.110 Inocybe Technologies 7.111 Intel Corporation 7.112 Interface Masters Technologies 7.113 Intracom Telecom 7.114 Intune Networks 7.115 IP Infusion 7.116 IPgallery 7.117 iPhotonix 7.118 IPITEK 7.119 Italtel 7.120 iwNetworks 7.121 Ixia 7.122 Juniper 7.123 KEMP Technologies 7.124 Lemko Corporation 7.125 Lenovo 7.126 Lumeta Corporation 7.127 Luxoft Holding 7.128 Maipu Communication Technology 7.129 Marvell Technology Group 7.130 MatrixStream Technologies 7.131 MediaTek 7.132 Mellanox Technologies 7.133 Metaswitch Networks 7.134 Microsoft 7.135 Midokura 7.136 Mirantis 7.137 Mitel Networks Corporation 7.138 Mojatatu Networks 7.139 MRV Communications 7.14 Nakina Systems 7.141 Napatech 7.142 NCLC (NCL Communication) 7.143 NEC Corporation 7.144 NetCracker Technology 7.145 NETGEAR 7.146 Netronome 7.147 Netrounds 7.148 NetScout Systems 7.149 NetYCE 7.15 NFVWare 7.151 Nokia Networks 7.152 Nominum 7.153 NoviFlow 7.154 NTT Communications 7.155 NXP Semiconductors 7.156 Omnitron Systems 7.157 Openet 7.158 Openwave Mobility 7.159 Opera Software 7.16 Optelian 7.161 Oracle Corporation 7.162 Orchestral networks 7.163 Overture Networks 7.164 OX (Open-Xchange) 7.165 Ozono Security 7.166 Packet Ship Technologies 7.167 Padtec 7.168 Parallel Wireless 7.169 Palo Alto Networks 7.17 Panda Security 7.171 Pantheon Technologies 7.172 PeerApp 7.173 Penguin 7.174 Pertino 7.175 Pica8 7.176 Plexxi 7.177 PLUMgrid 7.178 Pluribus Networks 7.179 Polatis 7.18 Procera Networks 7.181 Qosmos 7.182 Qualcomm 7.183 Quanta Computer 7.184 Quortus 7.185 Rackspace 7.186 RAD Data Communications 7.187 Radisys Corporation 7.188 Radware 7.189 Rapid7 7.19 Realtek Semiconductor Corporation 7.191 Red Hat 7.192 Redknee 7.193 RightScale 7.194 Riverbed Technology 7.195 Ruckus Wireless 7.196 Saisei 7.197 Samsung Electronics 7.198 Sandvine 7.199 Sansay 7.2 Sencore 7.201 SevOne 7.202 Silver Peak Systems 7.203 Sonus Networks 7.204 Sophos 7.205 Sorrento Networks 7.206 SpiderCloud Wireless 7.207 Spirent Communications 7.208 StackIQ 7.209 SunTec Business Solutions 7.21 Supermicro (Super Micro Computer) 7.211 Svarog Technology Group 7.212 Symantec Corporation 7.213 SysMaster 7.214 Tango Telecom 7.215 TE Connectivity 7.216 Tejas Networks 7.217 Telchemy 7.218 Telco Systems 7.219 Telcoware 7.22 Telum 7.221 Thomson Video Networks 7.222 TI (Texas Instruments) 7.223 Tieto 7.224 TitanHQ 7.225 Transmode 7.226 Trend Micro 7.227 UBIqube 7.228 Ultra Electronics AEP 7.229 UTStarcom 7.23 vArmour 7.231 Versa Networks 7.232 Veryx Technologies 7.233 Viavi Solutions 7.234 VMware 7.235 WatchGuard Technologies 7.236 Wavenet 7.237 WebNMS 7.238 Wedge Networks 7.239 Wipro 7.24 Wowza Media Systems 7.241 Xilinx 7.242 XOR Media 7.243 Xtera Communications 7.244 Xura 7.245 Zhone Technologies 7.246 ZTE =20 8 Chapter 8: Market Analysis & Forecasts 8.1 Global Outlook of SDN, NFV & Network Virtualization Revenue: 2015 - 2030 8.2 User Base Segmentation 8.2.1 Enterprises & Data Centers 8.2.2 Service Providers 8.3 Submarket Segmentation 8.3.1 SDN Hardware & Software 8.3.2 NFV Hardware & Software 8.3.3 Other Network Virtualization Software 8.3.4 Service Provider Submarket Segmentation 8.4 SDN Submarket Revenue: 2015 =96 2030 8.4.1 User Base Segmentation 8.4.2 Service Provider SDN 8.4.3 Enterprise & Data Center SDN 8.5 NFV Submarket Revenue: 2015 =96 2030 8.5.1 Hardware Appliances 8.5.2 Orchestration & Management Software 8.5.3 VNF Software 8.6 Service Provider SDN Submarket Revenue: 2015 =96 2030 8.6.1 SDN-Enabled Hardware Appliances 8.6.2 Orchestration & Management Software 8.6.3 SDN Controller Software 8.6.4 Network Applications Software 8.7 Enterprise & Data Center SDN Submarket Revenue: 2015 =96 2030 8.7.1 SDN-Enabled Hardware Appliances 8.7.2 SDN-Enabled Virtual Switches 8.7.3 SDN Controller Software 8.8 Functional Area Segmentation for Service Provider Deployments 8.8.1 CDN 8.8.2 CPE 8.8.3 Data Center 8.8.4 EPC/Mobile Core 8.8.5 Fixed Access Networks 8.8.6 IMS & VoLTE 8.8.7 Policy, OSS & BSS 8.8.8 RAN 8.8.9 Transport & Backhaul 8.9 Regional Outlook 8.1 Asia Pacific SDN, NFV & Network Virtualization Revenue: 2015 - 2030 8.10.1 Australia 8.10.2 China 8.10.3 India 8.10.4 Japan 8.10.5 South Korea 8.10.6 Pakistan 8.10.7 Thailand 8.10.8 Indonesia 8.10.9 Malaysia 8.10.10 Taiwan 8.10.11 Philippines 8.10.12 Singapore 8.10.13 Rest of Asia Pacific 8.11 Eastern Europe SDN, NFV & Network Virtualization Revenue: 2015 - 2030 8.11.1 Czech Republic 8.11.2 Poland 8.11.3 Russia 8.11.4 Rest of Eastern Europe 8.12 Latin & Central America SDN, NFV & Network Virtualization Revenue: 201= 5 - 2030 8.12.1 Argentina 8.12.2 Brazil 8.12.3 Mexico 8.12.4 Rest of Latin & Central America 8.13 Middle East & Africa SDN, NFV & Network Virtualization Revenue: 2015 -= 2030 8.13.1 South Africa 8.13.2 UAE 8.13.3 Qatar 8.13.4 Saudi Arabia 8.13.5 Israel 8.13.6 Rest of the Middle East & Africa 8.14 North America SDN, NFV & Network Virtualization Revenue: 2015 - 2030 8.14.1 USA 8.14.2 Canada 8.15 Western Europe SDN, NFV & Network Virtualization Revenue: 2015 - 2030 8.15.1 Denmark 8.15.2 Finland 8.15.3 France 8.15.4 Germany 8.15.5 Italy 8.15.6 Spain 8.15.7 Sweden 8.15.8 Norway 8.15.9 UK 8.15.10 Rest of Western Europe =20 9 Chapter 9: Conclusion & Strategic Recommendations 9.1 Will SDN & NFV Disrupt the Network Infrastructure Value Chain=3F 9.2 Is There a Ring Leader in the SDN & NFV Ecosystem=3F 9.3 SDN & NFV: Building the Mobile Cloud 9.4 Buyers Will Maintain Focus on Business Agility & CapEx Reduction 9.5 Avoiding the Proprietary Trap 9.6 Will Service Providers Continue to Utilize Proprietary Hardware Platfor= ms=3F 9.7 Making the VoLTE Business Case Work 9.8 How Much CapEx Can Service Providers Save with SDN & NFV Investments=3F 9.9 Prospects of SDN & NFV Orchestration 9.9.1 Different Vendors, Different Approaches 9.9.2 Future Prospects of Harmonization 9.1 Strategic Recommendations 9.10.1 Recommendations for Silicon & Server OEMs 9.10.2 Recommendations for Network & Mobile Infrastructure Vendors & IT Gia= nts 9.10.3 Recommendations for Pure-play SDN/NFV Specialists 9.10.4 Recommendations for Enterprises and Data Center Operators 9.10.5 Recommendations for Service Providers List of Figures: Figure 1: The NFV Concept Figure 2: A Comparison of SDN and NFV Figure 3: C-RAN Architecture Figure 4: Virtualized and Non-Virtualized Mobile Core Networks Figure 5: The SDN, NFV & Network Virtualization Value Chain Figure 6: The SDN, NFV & Network Virtualization Industry Roadmap: 2015 - 20= 30 Figure 7: Global SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 8: Global SDN, NFV & Network Virtualization Revenue by User Base: 20= 15 - 2030 ($ Million) Figure 9: Global Enterprise & Data Center SDN & Network Virtualization Reve= nue: 2015 - 2030 ($ Million) Figure 10: Global Service Provider SDN & NFV Revenue by User Base: 2015 - 2= 030 ($ Million) Figure 11: Global SDN, NFV & Network Virtualization Revenue by Submarket: 2= 015 - 2030 ($ Million) Figure 12: Global SDN Hardware & Software Revenue: 2015 - 2030 ($ Million) Figure 13: Global NFV Hardware & Software Revenue: 2015 - 2030 ($ Million) Figure 14: Global Other Network Virtualization Software Revenue: 2015 - 203= 0 ($ Million) Figure 15: Global Service Provider SDN & NFV Revenue by Submarket: 2015 - 2= 030 ($ Million) Figure 16: Global SDN Revenue by User Base: 2015 - 2030 ($ Million) Figure 17: Global Service Provider SDN Hardware & Software Revenue: 2015 - = 2030 ($ Million) Figure 18: Global Enterprise & Data Center SDN Revenue: 2015 - 2030 ($ Mill= ion) Figure 19: Global NFV Revenue by Submarket: 2015 - 2030 ($ Million) Figure 20: Global NFV Hardware Appliance Revenue: 2015 - 2030 ($ Million) Figure 21: Global NFV Orchestration & Management Software Revenue: 2015 - 2= 030 ($ Million) Figure 22: Global NFV VNF Software Revenue: 2015 - 2030 ($ Million) Figure 23: Global Service Provider SDN Revenue by Submarket: 2015 - 2030 ($= Million) Figure 24: Global Service Provider SDN-Enabled Hardware Appliance Revenue: = 2015 - 2030 ($ Million) Figure 25: Global Service Provider SDN Orchestration & Management Revenue: = 2015 - 2030 ($ Million) Figure 26: Global Service Provider SDN Controller Software Revenue: 2015 - = 2030 ($ Million) Figure 27: Global Service Provider SDN Network Applications Software Revenu= e: 2015 - 2030 ($ Million) Figure 28: Global Enterprise & Data Center SDN Revenue by Submarket: 2015 -= 2030 ($ Million) Figure 29: Global Enterprise & Data Center SDN-Enabled Hardware Appliance R= evenue: 2015 - 2030 ($ Million) Figure 30: Global Enterprise & Data Center SDN-Enabled Virtual Switch Reven= ue: 2015 - 2030 ($ Million) Figure 31: Global Enterprise & Data Center SDN Controller Software Revenue:= 2015 - 2030 ($ Million) Figure 32: Global Service Provider SDN & NFV Revenue by Functional Area: 20= 15 - 2030 ($ Million) Figure 33: Global SDN & NFV Revenue in Service Provider CDNs: 2015 - 2030 (= $ Million) Figure 34: Global SDN & NFV Revenue in Service Provider CPE Deployments: 20= 15 - 2030 ($ Million) Figure 35: Global SDN & NFV Revenue in Service Provider Data Centers: 2015 = - 2030 ($ Million) Figure 36: Global SDN & NFV Revenue in Service Provider EPC/Mobile Core Net= works: 2015 - 2030 ($ Million) Figure 37: Global SDN & NFV Revenue in Service Provider Fixed Access Networ= ks: 2015 - 2030 ($ Million) Figure 38: Global SDN & NFV Revenue in Service Provider IMS & VoLTE Network= s: 2015 - 2030 ($ Million) Figure 39: Global SDN & NFV Revenue in Service Provider Policy, OSS & BSS S= ystems: 2015 - 2030 ($ Million) Figure 40: Global SDN & NFV Revenue in Service Provider RANs: 2015 - 2030 (= $ Million) Figure 41: Global SDN & NFV Revenue in Service Provider Transport & Backhau= l Networks: 2015 - 2030 ($ Million) Figure 42: SDN, NFV & Network Virtualization Revenue by Region: 2015 - 2030= ($ Million) Figure 43: Asia Pacific SDN, NFV & Network Virtualization Revenue: 2015 - 2= 030 ($ Million) Figure 44: Australia SDN, NFV & Network Virtualization Revenue: 2015 - 2030= ($ Million) Figure 45: China SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 46: India SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 47: Japan SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 48: South Korea SDN, NFV & Network Virtualization Revenue: 2015 - 20= 30 ($ Million) Figure 49: Pakistan SDN, NFV & Network Virtualization Revenue: 2015 - 2030 = ($ Million) Figure 50: Thailand SDN, NFV & Network Virtualization Revenue: 2015 - 2030 = ($ Million) Figure 51: Indonesia SDN, NFV & Network Virtualization Revenue: 2015 - 2030= ($ Million) Figure 52: Malaysia SDN, NFV & Network Virtualization Revenue: 2015 - 2030 = ($ Million) Figure 53: Taiwan SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 54: Philippines SDN, NFV & Network Virtualization Revenue: 2015 - 20= 30 ($ Million) Figure 55: Singapore SDN, NFV & Network Virtualization Revenue: 2015 - 2030= ($ Million) Figure 56: SDN, NFV & Network Virtualization Revenue in the Rest of Asia Pa= cific: 2015 - 2030 ($ Million) Figure 57: Eastern Europe SDN, NFV & Network Virtualization Revenue: 2015 -= 2030 ($ Million) Figure 58: Czech Republic SDN, NFV & Network Virtualization Revenue: 2015 -= 2030 ($ Million) Figure 59: Poland SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 60: Russia SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 61: SDN, NFV & Network Virtualization Revenue in the Rest of Eastern= Europe: 2015 - 2030 ($ Million) Figure 62: Latin & Central America SDN, NFV & Network Virtualization Revenu= e: 2015 - 2030 ($ Million) Figure 63: Argentina SDN, NFV & Network Virtualization Revenue: 2015 - 2030= ($ Million) Figure 64: Brazil SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 65: Mexico SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 66: SDN, NFV & Network Virtualization Revenue in the Rest of Latin &= Central America: 2015 - 2030 ($ Million) Figure 67: Middle East & Africa SDN, NFV & Network Virtualization Revenue: = 2015 - 2030 ($ Million) Figure 68: South Africa SDN, NFV & Network Virtualization Revenue: 2015 - 2= 030 ($ Million) Figure 69: UAE SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ Mi= llion) Figure 70: Qatar SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 71: Saudi Arabia SDN, NFV & Network Virtualization Revenue: 2015 - 2= 030 ($ Million) Figure 72: Israel SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 73: SDN, NFV & Network Virtualization Revenue in the Rest of the Mid= dle East & Africa: 2015 - 2030 ($ Million) Figure 74: North America SDN, NFV & Network Virtualization Revenue: 2015 - = 2030 ($ Million) Figure 75: USA SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ Mi= llion) Figure 76: Canada SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 77: Western Europe SDN, NFV & Network Virtualization Revenue: 2015 -= 2030 ($ Million) Figure 78: Denmark SDN, NFV & Network Virtualization Revenue: 2015 - 2030 (= $ Million) Figure 79: Finland SDN, NFV & Network Virtualization Revenue: 2015 - 2030 (= $ Million) Figure 80: France SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 81: Germany SDN, NFV & Network Virtualization Revenue: 2015 - 2030 (= $ Million) Figure 82: Italy SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 83: Spain SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ = Million) Figure 84: Sweden SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 85: Norway SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($= Million) Figure 86: UK SDN, NFV & Network Virtualization Revenue: 2015 - 2030 ($ Mil= lion) Figure 87: SDN, NFV & Network Virtualization Revenue in the Rest of Western= Europe: 2015 - 2030 ($ Million) Figure 88: SDN & NFV Induced Service Provider CapEx Saving Potential by Reg= ion: 2015 - 2030 ($ Million) Figure 89: Management & Orchestration Software Revenue by Submarket: 2015 -= 2030 ($ Million) Thank you once again and looking forward to hearing from you. =20 Kind Regards =20 Andy Silva Marketing Executive Signals and Systems Telecom andy.silva@snscommunication.com Reef Tower Jumeirah Lake Towers Sheikh Zayed Road Dubai, UAE =20 =20 To unsubscribe send an email with unsubscribe in the subject line to: remov= e@snsreports.com From owner-freebsd-ppc@freebsd.org Thu May 19 13:35:12 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C220B4141F for ; Thu, 19 May 2016 13:35:12 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5363016A2 for ; Thu, 19 May 2016 13:35:11 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3r9XB62p0qzRRqV for ; Thu, 19 May 2016 15:35:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id wWUSj7RiDUye for ; Thu, 19 May 2016 15:35:10 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3r9XB623xzzRRqR for ; Thu, 19 May 2016 15:35:10 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 8C5581B7580 for ; Thu, 19 May 2016 15:35:04 +0200 (CEST) Date: Thu, 19 May 2016 15:35:04 +0200 From: Luciano Mannucci To: freebsd-ppc@freebsd.org Subject: Re: IBM KVM on P8 saga: 11.0 CURRENT 20160518 r300097 installs but won't boot In-Reply-To: <3pWM862Fn2zRRqR@baobab.bilink.it> References: <3pVp1y2tSyzRRqR@baobab.bilink.it> <5683F6FD.9020009@freebsd.org> <3pVxXx1YzmzRRqR@baobab.bilink.it> <5684B677.7060600@freebsd.org> <3pWM862Fn2zRRqR@baobab.bilink.it> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3r9XB623xzzRRqR@baobab.bilink.it> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 13:35:12 -0000 Well, I tryied with the last snapshot, here is what it says: Escape character is ^] Scanning USB OHCI: initializing USB Keyboard USB mouse Using default console: /vdevice/vty@30000000 Welcome to Open Firmware Copyright (c) 2004, 2011 IBM Corporation All rights reserved. This program and the accompanying materials are made available under the terms of the BSD License available at http://www.opensource.org/licenses/bsd-license.php Trying to load: from: /vdevice/v-scsi@2000/disk@8000000000000000 ... Successfully loaded >> FreeBSD/powerpc Open Firmware boot block Boot path: /vdevice/v-scsi@2000/disk@8000000000000000 Boot loader: /boot/loader domount: can't read superblock panic: domount W3411: Client application returned. E3406: Client application returned an error. Trying to load: from: HALT ... E3405: No such device ..`. .. ....... .. ...... ....... ..`...`''.`'. .''``````..''. .`''```''`. `''`````` .`` .:' ': `''..... .''. ''` .''..''....... ``.':.';. ``````''`.''. .''. ''``''`````'` ``.':':` .....`''.`'`...... `'`.....`''.`'` .`.`'`` .'`'`````. ``'''''' ``''`'''`. `'` Type 'boot' and press return to continue booting the system. Type 'reset-all' and press return to reboot the system. ..`. .. ....... .. ...... ....... ..`...`''.`'. .''``````..''. .`''```''`. `''`````` .`` .:' ': `''..... .''. ''` .''..''....... ``.':.';. ``````''`.''. .''. ''``''`````'` ``.':':` .....`''.`'`...... `'`.....`''.`'` .`.`'`` .'`'`````. ``'''''' ``''`'''`. `'` Type 'boot' and press return to continue booting the system. Type 'reset-all' and press return to reboot the system. Ready! 0 > maybe a bug in the SCSI driver somewhere? luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-ppc@freebsd.org Thu May 19 13:56:59 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E27E0B41CE5 for ; Thu, 19 May 2016 13:56:59 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id A9D6816A3 for ; Thu, 19 May 2016 13:56:59 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3r9XgM6Ln9zRRqR for ; Thu, 19 May 2016 15:57:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id jWGYwCZ6Mvi1 for ; Thu, 19 May 2016 15:57:03 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3r9XgM5g82zRRqQ for ; Thu, 19 May 2016 15:57:03 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 3FDF11B7580 for ; Thu, 19 May 2016 15:56:58 +0200 (CEST) Date: Thu, 19 May 2016 15:56:58 +0200 From: Luciano Mannucci To: freebsd-ppc@freebsd.org Subject: Re: IBM KVM on P8 saga: 11.0 CURRENT 20160518 r300097 installs but won't boot In-Reply-To: <3r9XB623xzzRRqR@baobab.bilink.it> References: <3pVp1y2tSyzRRqR@baobab.bilink.it> <5683F6FD.9020009@freebsd.org> <3pVxXx1YzmzRRqR@baobab.bilink.it> <5684B677.7060600@freebsd.org> <3pWM862Fn2zRRqR@baobab.bilink.it> <3r9XB623xzzRRqR@baobab.bilink.it> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3r9XgM5g82zRRqQ@baobab.bilink.it> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 13:57:00 -0000 On Thu, 19 May 2016 15:35:04 +0200 Luciano Mannucci wrote: > maybe a bug in the SCSI driver somewhere? I was forgetting: ... and the em0 driver might have a problem too, for the installation fails to initialize IPV manual configuration on it (it loops till you press cancel). luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-ppc@freebsd.org Thu May 19 15:24:02 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED2D0B41370 for ; Thu, 19 May 2016 15:24:02 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id B71CD13B9 for ; Thu, 19 May 2016 15:24:02 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3r9Zbq0SXcz1cXL1 for ; Thu, 19 May 2016 17:24:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id UFQPCI+DvsIn for ; Thu, 19 May 2016 17:24:06 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3r9Zbp6spTz1cXL0 for ; Thu, 19 May 2016 17:24:06 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 7017A1B7483 for ; Thu, 19 May 2016 17:24:01 +0200 (CEST) Date: Thu, 19 May 2016 17:24:01 +0200 From: Luciano Mannucci To: freebsd-ppc@freebsd.org Subject: IBM KVM on P8 saga: may be loader's fault? X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3r9Zbp6spTz1cXL0@baobab.bilink.it> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 15:24:03 -0000 According to Big Blue's documentation, their quemu won't be able to boot a 32 bit program. If I install the last snapshot, chroot to the installed system on my virtual HD, when running file /boot/loader, I get: boot/loader: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (FreeBSD), statically linked, stripped which, if true, might be a good reason for not booting. Why has it to be 32 bit? luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-ppc@freebsd.org Thu May 19 23:08:29 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56D81B42D1C for ; Thu, 19 May 2016 23:08:29 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10B9A12E1; Thu, 19 May 2016 23:08:29 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: by mail-vk0-x22d.google.com with SMTP id z184so123060667vkg.0; Thu, 19 May 2016 16:08:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=hO6WxTimdnRHX0/K9AldZBM5OETq8IyevJtLRLibpNg=; b=h4VMkIQeCExctJLsiwSc8jdJhc561GCWW/DwAz0xJyFGMFikzSKlQp46DEVsICASb3 8TWAqLy5qNsb8B6xiFy6mx7sWiblhgNaCWABAYMHsRJUSdudhvu73XV+xPb+EwOvhysV 4RkldOh4AqQM03CnEQGD01uIhY/HzYDctlcaNjPu5H9Sjhk924uA2KT4iH/hEH87d8Qk ZRQOhKxG0QJmGNnLlPipTTQn9ChElDt9aH3NGwoRMVRld+AYr0CBljE5t7K4m4uCiSIJ i6jCenjfQ8OUCZAjnG2KYJePoTyDLZkxRaHnuRkhYKqpI+B7inoEb4yYQ//UxOF3+MC4 J2nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=hO6WxTimdnRHX0/K9AldZBM5OETq8IyevJtLRLibpNg=; b=hHSqfaItPzZKU14+wohkjhoWIPK+9J3sALLEOGHOLFkbvhC+I5dtKpNRFqP4WbB3Rw YA++dxjV0ea0KxnPU1NhmzaanQcnBKq62DZHef6+ctDeYoYWfFS4R/uq/1rWZfGKex/k kr1k6u4gacQvZT7UV7EVEGk6p/RvaJx7WnszaxUp2AmEwyEkumjIIFNyFhs0sk5XU/SN /13lTJ4azLP2h9xLaQA1aXRd3OQ41UK87rsQRW+7VRwZlmT9aQ4M9i4SYHIGRBS0GfPv LCJ7T2IxiOotb06Drs6uwwappHpxzH9TFjaq2cYmxpJPc31gRFXIE0sRJA8ZdWm5nqov 8XGw== X-Gm-Message-State: AOPr4FXeq5pk1tmFtwyytcAHV8+hYfvXW5L0H555AcloaHpvV8bLE/Kw1A5A55mc/CA3iBsCAwnFlBrc3I3IXw== MIME-Version: 1.0 X-Received: by 10.176.65.68 with SMTP id j62mr7702715uad.106.1463699308109; Thu, 19 May 2016 16:08:28 -0700 (PDT) Received: by 10.103.21.135 with HTTP; Thu, 19 May 2016 16:08:28 -0700 (PDT) Date: Thu, 19 May 2016 19:08:28 -0400 Message-ID: Subject: A question on SMP from the forums to the mailing list From: Joe Nosay To: FreeBSD PowerPC ML , Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 23:08:29 -0000 https://forums.freebsd.org/threads/54267/#post-320110 And, considering that the laptop will be a reality soon enough, what is the current state for SMP on the POWER architecture for FreeBSD? From owner-freebsd-ppc@freebsd.org Fri May 20 08:12:12 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E424B426AA for ; Fri, 20 May 2016 08:12:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F5BC1C33 for ; Fri, 20 May 2016 08:12:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u4K8CBIf045783 for ; Fri, 20 May 2016 08:12:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 209408] [panic] newfs cause kernel panic on powerpc64 Date: Fri, 20 May 2016 08:12:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 08:12:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209408 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd-ppc@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 20 10:26:39 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0A2AB4376D for ; Fri, 20 May 2016 10:26:39 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) by mx1.freebsd.org (Postfix) with ESMTP id 88CCF12B2 for ; Fri, 20 May 2016 10:26:39 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from localhost (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 3rB3yC4641z1cXL1 for ; Fri, 20 May 2016 12:26:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at mcs.it Received: from baobab.bilink.net ([127.0.0.1]) by localhost (baobab.mcs.it [127.0.0.1]) (amavisd-new, port 11027) with ESMTP id 9bvm0ifPpJWA for ; Fri, 20 May 2016 12:26:43 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 3rB3yC3Pylz1cXKx for ; Fri, 20 May 2016 12:26:43 +0200 (CEST) Received: from mordeus (unknown [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id AD90C1B7580 for ; Fri, 20 May 2016 12:26:37 +0200 (CEST) Date: Fri, 20 May 2016 12:26:37 +0200 From: Luciano Mannucci To: freebsd-ppc@freebsd.org Subject: Re: A question on SMP from the forums to the mailing list In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: 4qPv4GNcD; h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a"; [-s=ogufdF"9ggQ'=y MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <3rB3yC3Pylz1cXKx@baobab.bilink.it> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 10:26:39 -0000 On Thu, 19 May 2016 19:08:28 -0400 Joe Nosay wrote: > And, considering that the laptop will be a reality soon enough, what is the > current state for SMP on the POWER architecture for FreeBSD? Working? :-) Well, there are servers at reasonable prices and a lot of cores &/| sockets with POWER 8 cpus. Mine has a lot of problems, though none seem to be related to SMP :). I'm running 11-CURRENT and I get: root@:/ # dmesg | grep CPU FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpulist0: on ofwbus0 cpu0: on cpulist0 cpu1: on cpulist0 SMP: AP CPU #8 launched root@:/ # sysctl kern.sched.topology_spec kern.sched.topology_spec: 0, 8 Cheers, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster@sublink.sublink.ORG / \ AND POSTINGS / WWW: http://www.lesassaie.IT/ From owner-freebsd-ppc@freebsd.org Fri May 20 11:37:44 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 304EBB43F02 for ; Fri, 20 May 2016 11:37:44 +0000 (UTC) (envelope-from QJM3MB-OFSN45-GW0J7-DZURDF-EBA7XX-M-M2-20160520-d4a9bb515fce092e@gsisportsauth.bounce.ed10.net) Received: from gsisportsauth.outbound.ed10.com (gsisportsauth.outbound.ed10.com [208.94.21.252]) by mx1.freebsd.org (Postfix) with ESMTP id 9852E1962 for ; Fri, 20 May 2016 11:37:43 +0000 (UTC) (envelope-from QJM3MB-OFSN45-GW0J7-DZURDF-EBA7XX-M-M2-20160520-d4a9bb515fce092e@gsisportsauth.bounce.ed10.net) DKIM-Signature: v=1; a=rsa-sha1; d=em.sportsauthority.com; s=ED-DKIM-V3; c=relaxed/relaxed; q=dns/txt; i=@em.sportsauthority.com; t=1463744256; h=From; bh=VRkQh9xuGmHQI06P7YXnP8XMqcg=; b=vSckecH6hk2dnSxGbckekiQexEkDsG+Vja0e5Q6bcRHzkUaSA2yW6EEpzQTKxyeA w6HwoX4ABeFEDVBZlpBp8XBQe+mNSNFMGwV4ZyQ9/G+p9K5JyTNiRQAezC2mJtyc lUjkKFU67Bphz5DFIgqn58re5Fphf9WtbhLbmx6NpHk=; DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=ED2008-07; d=em.sportsauthority.com; h=Received:Date:Content-Type:Content-Transfer-Encoding:MIME-Version:From:Reply-To:To:Subject:Message-Id:X-Mail-From:X-Match:X-RCPT-To:X-Mailer; b=IcOM5rOhfl8rJcbH9X4DTm2gp4zO3BfmttE6Nm7B7ew8wZI1uzUCchOJBYcOrl1J tyUp7XIhezlnKzFgpkUaCSmGF3yjmoiZymK9RKys/oMZRGYnjHwHOrQ8fpxipaTp Received: from [127.0.0.1] ([127.0.0.1:43439]) by bm1-29.bo3.e-dialog.com (envelope-from ) (ecelerity 2.2.2.45 r(34222M)) with ECSTREAM id 9E/E8-04085-007FE375; Fri, 20 May 2016 07:37:36 -0400 Date: Fri, 20 May 2016 07:37:36 -0400 MIME-Version: 1.0 From: "SportsAuthority.com" Reply-To: "SportsAuthority.com" To: freebsd-ppc@freebsd.org Subject: Just A Reminder - Your Welcome Gift Of 10% Off Is About To Expire Message-Id: <1185-835-QJM3MB-OFSN45-GW0J7-DZURDF-EBA7XX-M-M2-20160520-d4a9bb515fce092e@e-dialog.com> X-Mail-From: QJM3MB-OFSN45-GW0J7-DZURDF-EBA7XX-M-M2-20160520-d4a9bb515fce092e@gsisportsauth.bounce.ed10.net X-Match: gsisportsauth.bounce.ed10.net X-RCPT-To: freebsd-ppc@freebsd.org X-Mailer: EDMAIL R6.00.02 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 11:37:44 -0000 If you cannot see the links or images in this email, click the link below= =20 http://link.sportsauthority.com/r/QJM3MB/GW0J7/DZURDF/EBA7XX/GYXICC/52/t?a= =3DQJM3MB&b=3DOFSN45&c=3D4YAXWUW&d=3D9CFQ49&e=3D1&f=3D908268811&g=3D5044993= &h=3D915965831&i=3DTSA_WelcomeReminder ---------------------------------------------------------------------------= -- SportsAuthority.com Free Shipping on Orders $49 or More** Plus,Free Shipping on Shoes & Clothes** ---------------------------------------------------------------------------= -- Don't Forget We really appreciate you signing up to receive our emails.=20 Remember to use our special gift the next time you shop. 10% OFF Your Entire Online Purchase*** Enter Code 2034612200004535236 Shop Online >> http://link.sportsauthority.com/r/QJM3MB/GW0J7/DZURDF/EBA7XX/3C6V3P/52/t?a= =3DTSA_WelcomeReminder&b=3D2034612200004535236&c=3D908268811&d=3D5044993&e= =3D915965831&f=3DTSA_WelcomeReminder -------OR------- Get $10 OFF Your In-Store Purchase=E2=80=A0 Print Coupon >> http://link.sportsauthority.com/r/QJM3MB/GW0J7/DZURDF/EBA7XX/GYXIC2/52/t?a= =3DQJM3MB&b=3D1680U4&c=3D4YAXWUW&d=3D9CFQ49&e=3D1&f=3D908268811&g=3D5044993= &h=3D915965831&i=3DTSA_WelcomeReminder Valid Now-06/03/2016. Exclusions apply. ---------------------------------------------------------------------------= -- 10% Off Your Online Order ***Offer valid online only. Simply click-thru and your 10% off code will au= tomatically be applied to your order. Offer expires 06/03/2016. Discount ap= plied to your order at checkout. Offer valid only while supplies last and n= ot applicable to canceled orders due to out-of-stock merchandise. Discount = does not apply to taxes, shipping and handling charges, gift wrapping or si= milar charges. Discount not applicable with returned merchandise; total dis= count will be deducted from the value of=20 any returned item to which the discount applied. Cannot be combined with an= y other promotional offer nor is this offer valid on previous purchases. En= tire order must be shipped to a single address and customer is responsible = for all shipping costs for returned merchandise. This promotional offer may= be modified or terminated at any time without notice. Click here for a list of online exclusions >> http://link.sportsauthority.com/r/QJM3MB/GW0J7/DZURDF/EBA7XX/872MTG/52/t?a= =3DTSA_WelcomeReminder&b=3D2034612200004535236&c=3D908268811&d=3D5044993&e= =3D915965831&f=3DTSA_WelcomeReminder =E2=80=A0Valid through 06/03/2016 MORE EXCLUSIONS MAY APPLY. VISIT SPORTSAUTHORITY.COM/EXCLUSIONS OR SEE STOR= E FOR DETAILS. No cash value. No cash back. No rain checks. Coupon not valid on prior Spor= ts Authority purchases, online Sports Authority purchases, S.A. Elite by Sp= orts Authority purchases, gift cards, licenses, event tickets, store servic= es, leases, rentals or items intended for resale. Offer good on in-stock me= rchandise only. Must present coupon at time of purchase to redeem. Cannot b= e combined with any other offer, Cash Card, coupon or Employee or Friends &= Family discount. Coupon may not be=20 reproduced. One coupon per customer, per purchase. Exclusions include clear= ance items marked with $.97 price endings; BOGO offers; Buy X number of ite= ms, Pay $Y amount offers (i.e. =E2=80=9C2 For=E2=80=9D and =E2=80=9C3 For= =E2=80=9D); Deals of the Week; all Sniagrab and Black Friday Weekend Sale o= ffers; baseball gloves priced $169.99 or more; Coleman grills; official lea= gue game balls; firearms and ammunition; GPS watches; pedometers; activity = trackers; heart-rate monitors; UGG; Under Armour; The North Face; Nike; Bro= oks;=20 select adidas, ASICS & Mizuno footwear; Babolat; select TaylorMade; Titleis= t; Shock Doctor mouthguards; Burton; Volkl; GoPro; Penn Reels. Discount wil= l become invalid after single use. **Free shipping is applied to your order when the retail value of products = in your cart subtotals $49 or more. Shipping savings will be reflected in t= he shopping cart. Offer applies to GROUND shipping only. Priority shipping = will be applied for expedited orders. Items that are oversized or are large= r than load will have normal shipping charges applied. Offer is valid on or= ders shipped to one address within the continental United States. Orders th= at are $49 and over placed now=E2=80=936/20/14 at 11:59PM=20 EST that include qualifying items will receive free shipping. Exclusions ap= ply. This promotion is valid for a limited time and can be modified or term= inated at any time without advance notice. Offer does not apply to gift cer= tificates, gift cards, taxes, or similar charges. Offer cannot be combined = with any other promotional offer and is not valid on previous purchases. Fr= ee shipping is applied to orders containing a combination of shoes, clothin= g, outerwear, and fan gear only. Shipping savings=20 will be reflected in the Shopping Cart. Offer applies to orders with standa= rd ground shipping selected. Priority shipping will be applied for expedite= d orders. Items that are oversized or are larger than load will have normal= shipping charges applied. Offer is valid on orders shipped to one address = within the continental United States. Orders placed now=E2=80=936/20/14 at = 11:59PM EST that include qualifying items will receive free standard shippi= ng. Exclusions apply. This promotion is valid for a=20 limited time and can be modified or terminated at any time without advance = notice. Offer does not apply to gift certificates, gift cards, taxes, or si= milar charges. Offer cannot be combined with any other promotional offer an= d is not valid on previous purchases. Click here for a list of in-store exclusions >> http://link.sportsauthority.com/r/QJM3MB/GW0J7/DZURDF/EBA7XX/9MA5H6/52/t?a= =3DTSA_WelcomeReminder&b=3D2034612200004535236&c=3D908268811&d=3D5044993&e= =3D915965831&f=3DTSA_WelcomeReminder Please do not reply to this email, as we are not able to respond to message= s=20 sent to this address. If you no longer wish to receive our email updates, please click here. http= ://link.sportsauthority.com/u/QJM3MB/GW0J7/DZURDF/EBA7XX/PR/ZnJlZWJzZC1wcGN= AZnJlZWJzZC5vcmc=3D/ 2. Write us at:=20 SportsAuthority.com Attn: Email Permissions Manager 915 S. Babcock St. Melbourne, FL 32901 3. View our Privacy Policy http://link.sportsauthority.com/r/QJM3MB/GW0J7/D= ZURDF/EBA7XX/WH1BQF/52/t?a=3DTSA_WelcomeReminder&b=3D2034612200004535236&c= =3D908268811&d=3D5044993&e=3D915965831&f=3DTSA_WelcomeReminder If you have an online account and wish to update your email address, please= =20 enter your changes in My Account. http://link.sportsauthority.com/r/QJM3MB/= GW0J7/DZURDF/EBA7XX/1OG0FL/52/t?a=3DTSA_WelcomeReminder&b=3D203461220000453= 5236&c=3D908268811&d=3D5044993&e=3D915965831&f=3DTSA_WelcomeReminder [[QJM3MB-OFSN45-GW0J7-DZURDF-EBA7XX-M-M2-20160520-d4a9bb515fce092e]] From owner-freebsd-ppc@freebsd.org Fri May 20 16:08:52 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3739B44723 for ; Fri, 20 May 2016 16:08:52 +0000 (UTC) (envelope-from VPKTK0-9MAMLU-PS4C4-FMLNI3-6N8C41-M-M2-20160520-1924fdd19e2e18b4@gsisportsauth.bounce.ed10.net) Received: from gsisportsauth.outbound.ed10.com (gsisportsauth.outbound.ed10.com [208.94.21.251]) by mx1.freebsd.org (Postfix) with ESMTP id 4479E171D for ; Fri, 20 May 2016 16:08:52 +0000 (UTC) (envelope-from VPKTK0-9MAMLU-PS4C4-FMLNI3-6N8C41-M-M2-20160520-1924fdd19e2e18b4@gsisportsauth.bounce.ed10.net) DKIM-Signature: v=1; a=rsa-sha1; d=em.sportsauthority.com; s=ED-DKIM-V3; c=relaxed/relaxed; q=dns/txt; i=@em.sportsauthority.com; t=1463760531; h=From; bh=9iDzqX4S4GasGNRV6OeDR5XZBsA=; b=I5aRKLC/8vJLvA+v/FbXMGvMwJqp0qKNGpN5q40Jq+xnbShOha8VWtiC/nBkH+8V p+dekOLKCtPFQO8xouSYZuRck/q9Bc/iA6CsJ2dYJqucSby/QMsDK3Ivlv+XVZe3 ILRe79j9MKkW1wxQFvV6LSn0B84UfpJ8iWjvP5XYlWk=; DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=ED2008-07; d=em.sportsauthority.com; h=Received:Date:Content-Type:Content-Transfer-Encoding:MIME-Version:From:Reply-To:To:Subject:Message-Id:X-Mail-From:X-Match:X-RCPT-To:X-Mailer; b=VdKZ+f5OUVwKyuM2Wuo0vwoii1PVPYbp3sU+NR3L8O+p+0suJGqVzXGhD5wJsVT+ /ZA5AFEZFMlae7R0SAR2EAkeSoW6le3QJBmtllqPh4zVHZ27jRmdT2bK6MJbs4VP Received: from [127.0.0.1] ([127.0.0.1:47692]) by bm1-19.bo3.e-dialog.com (envelope-from ) (ecelerity 2.2.2.45 r(34222M)) with ECSTREAM id E2/8D-09146-3963F375; Fri, 20 May 2016 12:08:51 -0400 Date: Fri, 20 May 2016 12:08:51 -0400 MIME-Version: 1.0 From: "Sports Authority" Reply-To: "Sports Authority" To: freebsd-ppc@freebsd.org Subject: Enjoy 25% off entire order. 4 hours only! Message-Id: <17833-550-VPKTK0-9MAMLU-PS4C4-FMLNI3-6N8C41-M-M2-20160520-1924fdd19e2e18b4@e-dialog.com> X-Mail-From: VPKTK0-9MAMLU-PS4C4-FMLNI3-6N8C41-M-M2-20160520-1924fdd19e2e18b4@gsisportsauth.bounce.ed10.net X-Match: gsisportsauth.bounce.ed10.net X-RCPT-To: freebsd-ppc@freebsd.org X-Mailer: EDMAIL R6.00.02 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 16:08:52 -0000 Plus, free shipping on orders $39+. Shop Now >> http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/Q3R3XP/1O/t?a=http://www.sportsauthority.com/entry.point?target=z&source=CME_TSA:HTML:TSA_20160520_WK16PROMOFri View Online Version >> http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/3C62WC/1O/t?a=VPKTK0&b=9MAMLU&c=HPT1NSP&d=TR7CTV&e=1&f=914897211&g=5043622&h=815328121&i=TSA_20160520_WK16PROMOFri My Account http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/9MA4E5/1O/t?a=TSA_20160520_WK16PROMOFri&b=914897211&c=5043622&d=815328121&e=TSA_20160520_WK16PROMOFri Help http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/B47X9X/1O/t?a=TSA_20160520_WK16PROMOFri&b=914897211&c=5043622&d=815328121&e=TSA_20160520_WK16PROMOFri ------------------------------------------------- Sports Authority ------------------------------------------------- EMAIL SUBSCRIPTION This email was sent to freebsd-ppc@freebsd.org. To update your email preferences or change your email address, visit My Account by clicking here. http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/8725YH/1O/t?a=TSA_20160520_WK16PROMOFri&b=914897211&c=5043622&d=815328121&e=TSA_20160520_WK16PROMOFri. If you would rather not receive email updates from Sports Authority, you can UNSUBSCRIBE at any time by clicking here. http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/8725YB/1O/t?a=TR7CTV&b=freebsd-ppc@freebsd.org&c=815328121&d=9MAMLU&e=914897211&f=5043622&g=815328121&h=TSA_20160520_WK16PROMOFri Or, write us at SportsAuthority.com, Email Permissions Manager, 915 S Babcock Street, Melbourne, FL 32901. CONTACT US Please do not respond to this email, as we are not able to respond to emails sent to this address. Visit our Online Help by clicking here. http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/6AC7KH/1O/t?a=TSA_20160520_WK16PROMOFri&b=914897211&c=5043622&d=815328121&e=TSA_20160520_WK16PROMOFri Online Customer Service: 1.888.801.9164 In-Store Customer Service: 1.800.360.8721 Click here to view our Privacy Policy. http://link.sportsauthority.com/r/VPKTK0/PS4C4/FMLNI3/6N8C41/T13TO9/1O/t?a=TSA_20160520_WK16PROMOFri&b=914897211&c=5043622&d=815328121&e=TSA_20160520_WK16PROMOFri [[VPKTK0-9MAMLU-PS4C4-FMLNI3-6N8C41-M-M2-20160520-1924fdd19e2e18b4]] From owner-freebsd-ppc@freebsd.org Sat May 21 13:59:10 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81990B45C4A for ; Sat, 21 May 2016 13:59:10 +0000 (UTC) (envelope-from QJM3MB-ULPG7S-TNDRY-AVN9WS-OZIWH5-M-M2-20160521-029b516a0c87f978@gsisportsauth.bounce.ed10.net) Received: from gsisportsauth.outbound.ed10.com (gsisportsauth.outbound.ed10.com [208.94.21.250]) by mx1.freebsd.org (Postfix) with ESMTP id 09FCB17CB for ; Sat, 21 May 2016 13:59:09 +0000 (UTC) (envelope-from QJM3MB-ULPG7S-TNDRY-AVN9WS-OZIWH5-M-M2-20160521-029b516a0c87f978@gsisportsauth.bounce.ed10.net) DKIM-Signature: v=1; a=rsa-sha1; d=em.sportsauthority.com; s=ED-DKIM-V3; c=relaxed/relaxed; q=dns/txt; i=@em.sportsauthority.com; t=1463839143; h=From; bh=kXbft287dGjAQ7fYpPAJm2JPHuw=; b=tzS562f3MV6fsWgBPp8IR4dfYf/Bo3Kg2l5zU6s6OcTWeSsJY+JvwLYvE+IUEv8F rczewPsdkWKO8729QoGEuFZ9O5AOiwVK+Xfn23hYBijsE9e0b7gU/hCMBIvg5uaG wejjzWQ8iB16h07HnmdeGkZggAI9ZYyZWoby/RBTUNs=; DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=ED2008-07; d=em.sportsauthority.com; h=Received:Date:Content-Type:Content-Transfer-Encoding:MIME-Version:From:Reply-To:To:Subject:Message-Id:X-Mail-From:X-Match:X-RCPT-To:X-Mailer; b=pi28WIqu+Dqvk+i0jC0LThiJ7GHapnjzZiGa21b6JZRElbAYCrwDgg/PAOOVKdCK cRd7QvJKGhaQTPU5qWwS0JhPVdv75gpzOkSNIKTQJPLHxHz97A2lM0OWVPKOy8MJ Received: from [127.0.0.1] ([127.0.0.1:56740]) by bm1-14.bo3.e-dialog.com (envelope-from ) (ecelerity 2.2.2.45 r(34222M)) with ECSTREAM id BE/AF-01537-7A960475; Sat, 21 May 2016 09:59:03 -0400 Date: Sat, 21 May 2016 09:59:03 -0400 MIME-Version: 1.0 From: "Sports Authority" Reply-To: "Sports Authority" To: freebsd-ppc@freebsd.org Subject: Loyalty update from CEO Message-Id: <19127-821-QJM3MB-ULPG7S-TNDRY-AVN9WS-OZIWH5-M-M2-20160521-029b516a0c87f978@e-dialog.com> X-Mail-From: QJM3MB-ULPG7S-TNDRY-AVN9WS-OZIWH5-M-M2-20160521-029b516a0c87f978@gsisportsauth.bounce.ed10.net X-Match: gsisportsauth.bounce.ed10.net X-RCPT-To: freebsd-ppc@freebsd.org X-Mailer: EDMAIL R6.00.02 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 13:59:10 -0000 The League expires on May 25th >> http://link.sportsauthority.com/r/QJM3MB/TNDRY/AVN9WS/OZIWH5/SUNHW2/HI/t?a= ------------------------------------------------- Sports Authority ------------------------------------------------- EMAIL SUBSCRIPTION This email was sent to freebsd-ppc@freebsd.org. To update your email preferences or change your email address, visit My Account by clicking here. http://link.sportsauthority.com/r/QJM3MB/TNDRY/AVN9WS/OZIWH5/JQYFQK/HI/t?a=TSA 20160521 LoyRew Letter March. If you would rather not receive email updates from Sports Authority, you can UNSUBSCRIBE at any time by clicking here. http://link.sportsauthority.com/r/QJM3MB/TNDRY/AVN9WS/OZIWH5/RPFHPR/HI/t?a=KK8LJT&b=freebsd-ppc@freebsd.org&c=916292841&d=ULPG7S Or, write us at SportsAuthority.com, Email Permissions Manager, 915 S Babcock Street, Melbourne, FL 32901. CONTACT US Please do not respond to this email, as we are not able to respond to emails sent to this address. Visit our Online Help by clicking here. http://link.sportsauthority.com/r/QJM3MB/TNDRY/AVN9WS/OZIWH5/T13GL3/HI/t?a=TSA 20160521 LoyRew Letter March Online Customer Service: 1.888.801.9164 In-Store Customer Service: 1.800.360.8721 Click here to view our Privacy Policy. http://link.sportsauthority.com/r/QJM3MB/TNDRY/AVN9WS/OZIWH5/Z8HV6B/HI/t?a=TSA 20160521 LoyRew Letter March [[QJM3MB-ULPG7S-TNDRY-AVN9WS-OZIWH5-M-M2-20160521-029b516a0c87f978]]