[dpdk-web] [PATCH 0/2] Host tarballs on Fastly CDN

Thomas Monjalon thomas.monjalon at 6wind.com
Tue May 24 00:28:01 CEST 2016


Thanks to the help from Fastly (https://www.fastly.com/open-source),
there is now a CDN for dpdk.org.
It is simply a distributed varnish cache with an API and a nice dashboard.

In order to ease understanding of cache behaviour, only the big files
(mainly release tarballs) are cached.
The new domain fast.dpdk.org, hosted by Fastly, mirrors the domain
static.dpdk.org which keeps the same tree as dpdk.org but only for
big static files. There is no HTML file on these domains.
So the domain static.dpdk.org acts as gateway between the full website
origin and the distributed static files. There is no benefit of directly
using static.dpdk.org from your browser, except for website troubleshooting.

Thomas Monjalon (2):
  redirect big static files to the CDN
  add releases page

 about.html        |  4 +--
 content.css       | 23 +++++++++++++++
 doc.html          |  2 +-
 doc/archives.html |  8 ++---
 download.html     |  6 ++--
 rel.html          | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 120 insertions(+), 10 deletions(-)
 create mode 100644 rel.html

-- 
2.7.0



More information about the web mailing list